Class AnalyticsFirewallRuleState
Inherited Members
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 AnalyticsFirewallRuleState : ResourceArgs
Constructors
View SourceAnalyticsFirewallRuleState()
Declaration
public AnalyticsFirewallRuleState()
Properties
View SourceAccountName
Specifies the name of the Data Lake Analytics for which the Firewall Rule should take effect.
Declaration
public Input<string> AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndIpAddress
The End IP Address for the firewall rule.
Declaration
public Input<string> EndIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Data Lake Analytics. 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> |
ResourceGroupName
The name of the resource group in which to create the Data Lake Analytics.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartIpAddress
The Start IP address for the firewall rule.
Declaration
public Input<string> StartIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |