VirtualMachineScaleSetUpdateIPConfiguration Class
Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network.
Constructor
VirtualMachineScaleSetUpdateIPConfiguration(*, 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 |
|---|---|
|
name
|
The IP configuration name. Default value: None
|
|
subnet
|
The subnet. Default value: None
|
|
primary
|
Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. Default value: None
|
|
public_ip_address_configuration
|
The publicIPAddressConfiguration. Default value: None
|
|
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". Default value: None
|
|
application_gateway_backend_address_pools
|
The application gateway backend address pools. Default value: None
|
|
application_security_groups
|
Specifies an array of references to application security group. Default value: None
|
|
load_balancer_backend_address_pools
|
The load balancer backend address pools. Default value: None
|
|
load_balancer_inbound_nat_pools
|
The load balancer inbound nat pools. Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
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. |