Package version:

Interface VirtualMachineScaleSetUpdatePublicIPAddressConfiguration

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

interface VirtualMachineScaleSetUpdatePublicIPAddressConfiguration {
    deleteOption?: string;
    dnsSettings?: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings;
    idleTimeoutInMinutes?: number;
    name?: string;
    publicIPPrefix?: SubResource;
}

Properties

deleteOption?: string

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

The dns settings to be applied on the publicIP addresses .

idleTimeoutInMinutes?: number

The idle timeout of the public IP address.

name?: string

The publicIP address configuration name.

publicIPPrefix?: SubResource

The PublicIPPrefix from which to allocate publicIP addresses.