Show / Hide Table of Contents

Class StoreFirewallRuleState

Inheritance
System.Object
InputArgs
ResourceArgs
StoreFirewallRuleState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataLake
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StoreFirewallRuleState : ResourceArgs

Constructors

View Source

StoreFirewallRuleState()

Declaration
public StoreFirewallRuleState()

Properties

View Source

AccountName

Specifies the name of the Data Lake Store for which the Firewall Rule should take effect.

Declaration
public Input<string> AccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EndIpAddress

The End IP Address for the firewall rule.

Declaration
public Input<string> EndIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Data Lake Store. Changing this forces a new resource to be created. Has to be between 3 to 24 characters.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the Data Lake Store.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StartIpAddress

The Start IP address for the firewall rule.

Declaration
public Input<string> StartIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.