Get Pool Network Configuration Endpoint Configuration
data class GetPoolNetworkConfigurationEndpointConfiguration(val backendPort: Int, val frontendPortRange: String, val name: String, val networkSecurityGroupRules: List<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule>, val protocol: String)
Properties
Link copied to clipboard
The port number on the compute node.
Link copied to clipboard
The range of external ports that are used to provide inbound access to the backendPort on the individual compute nodes in the format of 1000-1100
.
Link copied to clipboard
val networkSecurityGroupRules: List<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule>
The list of network security group rules that are applied to the endpoint.