VirtualMachineScaleSetUpdatePublicIPAddressConfiguration interface
Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
Properties
delete |
Specify what happens to the public IP when the VM is deleted |
dns |
The dns settings to be applied on the publicIP addresses . |
idle |
The idle timeout of the public IP address. |
name | The publicIP address configuration name. |
public |
The PublicIPPrefix from which to allocate publicIP addresses. |
Property Details
deleteOption
Specify what happens to the public IP when the VM is deleted
deleteOption?: string
Property Value
string
dnsSettings
The dns settings to be applied on the publicIP addresses .
dnsSettings?: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Property Value
idleTimeoutInMinutes
The idle timeout of the public IP address.
idleTimeoutInMinutes?: number
Property Value
number
name
The publicIP address configuration name.
name?: string
Property Value
string
publicIPPrefix
The PublicIPPrefix from which to allocate publicIP addresses.
publicIPPrefix?: SubResource