Class PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule
Inheritance
System.Object
PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule
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.Batch.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule
Fields
View SourceAccess
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 readonly string Access
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
The priority for this rule. The value must be at least 150. Changing this forces a new resource to be created.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SourceAddressPrefix
The source address prefix or tag to match for the rule. Changing this forces a new resource to be created.
Declaration
public readonly string SourceAddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |