VirtualMachineScaleSetPublicIPAddressConfigurationProperties Class

Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration.

Constructor

VirtualMachineScaleSetPublicIPAddressConfigurationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
idle_timeout_in_minutes
int

The idle timeout of the public IP address.

dns_settings

The dns settings to be applied on the publicIP addresses .

ip_tags

The list of IP tags associated with the public IP address.

public_ip_prefix

The PublicIPPrefix from which to allocate publicIP addresses.

public_ip_address_version

Available from Api-Version 2019-07-01 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".

delete_option

Specify what happens to the public IP when the VM is deleted. Known values are: "Delete" and "Detach".

Attributes

delete_option

"Delete" and "Detach".

delete_option: str | _models.DeleteOptions | None

dns_settings

The dns settings to be applied on the publicIP addresses .

dns_settings: _models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings | None

idle_timeout_in_minutes

The idle timeout of the public IP address.

idle_timeout_in_minutes: int | None

ip_tags

The list of IP tags associated with the public IP address.

ip_tags: list['_models.VirtualMachineScaleSetIpTag'] | None

public_ip_address_version

Available from Api-Version 2019-07-01 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".

public_ip_address_version: str | _models.IPVersion | None

public_ip_prefix

The PublicIPPrefix from which to allocate publicIP addresses.

public_ip_prefix: _models.SubResource | None