VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties Class
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration.
Constructor
VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties()
Variables
| Name | Description |
|---|---|
|
idle_timeout_in_minutes
|
The idle timeout of the public IP address. |
|
dns_settings
|
<xref:<xref:"VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings">>
The dns settings to be applied on the publicIP addresses . |
|
public_ip_prefix
|
<xref:<xref:"SubResource">>
The PublicIPPrefix from which to allocate publicIP addresses. |
|
delete_option
|
Specify what happens to the public IP when the VM is deleted. Known values are: "Delete" and "Detach". |
Attributes
deleteOption
"Delete" and "Detach".
deleteOption: str | DeleteOptions
dnsSettings
The dns settings to be applied on the publicIP addresses .
dnsSettings: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
idleTimeoutInMinutes
The idle timeout of the public IP address.
idleTimeoutInMinutes: int
publicIPPrefix
The PublicIPPrefix from which to allocate publicIP addresses.
publicIPPrefix: SubResource