Show / Hide Table of Contents

Class GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleResult

Inheritance
System.Object
GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleResult
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 GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRuleResult

Fields

View Source

Access

The action that should be taken for a specified IP address, subnet range or tag.

Declaration
public readonly string Access
Field Value
Type Description
System.String
View Source

Priority

The priority for this rule.

Declaration
public readonly int Priority
Field Value
Type Description
System.Int32
View Source

SourceAddressPrefix

The source address prefix or tag to match for the rule.

Declaration
public readonly string SourceAddressPrefix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.