VirtualMachineScaleSetUpdateIPConfigurationProperties Class
Describes a virtual machine scale set network profile's IP configuration properties.
Constructor
VirtualMachineScaleSetUpdateIPConfigurationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
application_gateway_backend_address_pools
The application gateway backend address pools.
application_gateway_backend_address_pools: list['_models.SubResource'] | None
application_security_groups
Specifies an array of references to application security group.
application_security_groups: list['_models.SubResource'] | None
load_balancer_backend_address_pools
The load balancer backend address pools.
load_balancer_backend_address_pools: list['_models.SubResource'] | None
load_balancer_inbound_nat_pools
The load balancer inbound nat pools.
load_balancer_inbound_nat_pools: list['_models.SubResource'] | None
primary
Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.
primary: bool | 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".
private_ip_address_version: str | _models.IPVersion | None
public_ip_address_configuration
The publicIPAddressConfiguration.
public_ip_address_configuration: _models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration | None
subnet
The subnet.
subnet: _models.ApiEntityReference | None