VirtualMachineNetworkInterfaceIPConfigurationResponse

data class VirtualMachineNetworkInterfaceIPConfigurationResponse(val applicationGatewayBackendAddressPools: List<SubResourceResponse>? = null, val applicationSecurityGroups: List<SubResourceResponse>? = null, val loadBalancerBackendAddressPools: List<SubResourceResponse>? = null, val name: String, val primary: Boolean? = null, val privateIPAddressVersion: String? = null, val publicIPAddressConfiguration: VirtualMachinePublicIPAddressConfigurationResponse? = null, val subnet: SubResourceResponse? = null)

Describes a virtual machine network profile's IP configuration.

Constructors

constructor(applicationGatewayBackendAddressPools: List<SubResourceResponse>? = null, applicationSecurityGroups: List<SubResourceResponse>? = null, loadBalancerBackendAddressPools: List<SubResourceResponse>? = null, name: String, primary: Boolean? = null, privateIPAddressVersion: String? = null, publicIPAddressConfiguration: VirtualMachinePublicIPAddressConfigurationResponse? = null, subnet: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway.

Link copied to clipboard

Specifies an array of references to application security group.

Link copied to clipboard

Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. Multiple virtual machines cannot use the same basic sku load balancer.

Link copied to clipboard

The IP configuration name.

Link copied to clipboard
val primary: Boolean? = null

Specifies the primary network interface in case the virtual machine has more than 1 network interface.

Link copied to clipboard

Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.

Link copied to clipboard
Link copied to clipboard

Specifies the identifier of the subnet.