Show / Hide Table of Contents

Class PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs
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.Batch.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs : ResourceArgs

Constructors

View Source

PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs()

Declaration
public PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs()

Properties

View Source

Access

The action that should be taken for a specified IP address, subnet range or tag. Acceptable values are Allow and Deny. Changing this forces a new resource to be created.

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

Priority

The priority for this rule. The value must be at least 150. Changing this forces a new resource to be created.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SourceAddressPrefix

The source address prefix or tag to match for the rule. Changing this forces a new resource to be created.

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