GetPoolNetworkConfigurationEndpointConfiguration

data class GetPoolNetworkConfigurationEndpointConfiguration(val backendPort: Int, val frontendPortRange: String, val name: String, val networkSecurityGroupRules: List<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule>, val protocol: String)

Constructors

constructor(backendPort: Int, frontendPortRange: String, name: String, networkSecurityGroupRules: List<GetPoolNetworkConfigurationEndpointConfigurationNetworkSecurityGroupRule>, protocol: String)

Types

Link copied to clipboard
object Companion

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

The name of the user account.

Link copied to clipboard

The list of network security group rules that are applied to the endpoint.

Link copied to clipboard

The protocol of the endpoint.