Class GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs
Inheritance
System.Object
GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs : InvokeArgs
Constructors
View SourceGetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs()
Declaration
public GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleArgs()
Properties
View SourceAccess
The action that should be taken for a specified IP address, subnet range or tag.
Declaration
public string Access { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Priority
The priority for this rule.
Declaration
public int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SourceAddressPrefix
The source address prefix or tag to match for the rule.
Declaration
public string SourceAddressPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |