GetPoolNetworkConfiguration

data class GetPoolNetworkConfiguration(val acceleratedNetworkingEnabled: Boolean, val dynamicVnetAssignmentScope: String, val endpointConfigurations: List<GetPoolNetworkConfigurationEndpointConfiguration>, val publicAddressProvisioningType: String, val publicIps: List<String>, val subnetId: String)

Constructors

Link copied to clipboard
constructor(acceleratedNetworkingEnabled: Boolean, dynamicVnetAssignmentScope: String, endpointConfigurations: List<GetPoolNetworkConfigurationEndpointConfiguration>, publicAddressProvisioningType: String, publicIps: List<String>, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The scope of dynamic vnet assignment.

Link copied to clipboard

The inbound NAT pools that are used to address specific ports on the individual compute node externally.

Link copied to clipboard

Type of public IP address provisioning.

Link copied to clipboard

A list of public IP ids that will be allocated to nodes.

Link copied to clipboard

The ARM resource identifier of the virtual network subnet which the compute nodes of the pool are joined too.