VirtualMachineScaleSetUpdatePublicIPAddressConfiguration interface

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

Properties

deleteOption

Specify what happens to the public IP when the VM is deleted

dnsSettings

The dns settings to be applied on the publicIP addresses .

idleTimeoutInMinutes

The idle timeout of the public IP address.

name

The publicIP address configuration name.

publicIPPrefix

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

Property Value