Show / Hide Table of Contents

Class AnalyticsFirewallRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsFirewallRuleArgs
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 AnalyticsFirewallRuleArgs : ResourceArgs

Constructors

View Source

AnalyticsFirewallRuleArgs()

Declaration
public AnalyticsFirewallRuleArgs()

Properties

View Source

AccountName

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>
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 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>
View Source

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>
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.