VirtualMachineScaleSetUpdateIPConfiguration Class

Describes a virtual machine scale set network profile's IP configuration.

Inheritance
azure.mgmt.compute.v2019_03_01.models._models_py3.SubResource
VirtualMachineScaleSetUpdateIPConfiguration

Constructor

VirtualMachineScaleSetUpdateIPConfiguration(*, id: str | None = None, name: str | None = None, subnet: _models.ApiEntityReference | None = None, primary: bool | None = None, public_ip_address_configuration: _models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration | None = None, private_ip_address_version: str | _models.IPVersion | None = None, application_gateway_backend_address_pools: List[_models.SubResource] | None = None, application_security_groups: List[_models.SubResource] | None = None, load_balancer_backend_address_pools: List[_models.SubResource] | None = None, load_balancer_inbound_nat_pools: List[_models.SubResource] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource Id.

name
str

The IP configuration name.

subnet

The subnet.

primary

Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.

public_ip_address_configuration

The publicIPAddressConfiguration.

private_ip_address_version

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'. Known values are: "IPv4" and "IPv6".

application_gateway_backend_address_pools

The application gateway backend address pools.

application_security_groups

Specifies an array of references to application security group.

load_balancer_backend_address_pools

The load balancer backend address pools.

load_balancer_inbound_nat_pools

The load balancer inbound nat pools.

Variables

Name Description
id
str

Resource Id.

name
str

The IP configuration name.

subnet

The subnet.

primary

Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.

public_ip_address_configuration

The publicIPAddressConfiguration.

private_ip_address_version

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'. Known values are: "IPv4" and "IPv6".

application_gateway_backend_address_pools

The application gateway backend address pools.

application_security_groups

Specifies an array of references to application security group.

load_balancer_backend_address_pools

The load balancer backend address pools.

load_balancer_inbound_nat_pools

The load balancer inbound nat pools.