VirtualMachineScaleSetPublicIPAddressConfigurationProperties 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.

ipTags

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

publicIPAddressVersion

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'.

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

ipTags

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

ipTags?: VirtualMachineScaleSetIpTag[]

Property Value

publicIPAddressVersion

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'.

publicIPAddressVersion?: string

Property Value

string

publicIPPrefix

The PublicIPPrefix from which to allocate publicIP addresses.

publicIPPrefix?: SubResource

Property Value