GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule

data class GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule(val access: String, val priority: Int, val sourceAddressPrefix: String, val sourcePortRanges: List<String>)

Constructors

constructor(access: String, priority: Int, sourceAddressPrefix: String, sourcePortRanges: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The priority for this rule.

Link copied to clipboard

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

Link copied to clipboard

The source port ranges to match for the rule.