Share via


VirtualMachinePublicIPAddressConfigurationProperties interface

Describes a virtual machines IP Configuration's PublicIPAddress configuration

Properties

deleteOption

Specify what happens to the public IP address 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'.

publicIPAllocationMethod

Specify the public IP allocation type

publicIPPrefix

The PublicIPPrefix from which to allocate publicIP addresses.

Property Details

deleteOption

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

deleteOption?: "Delete" | "Detach"

Property Value

"Delete" | "Detach"

dnsSettings

The dns settings to be applied on the publicIP addresses .

dnsSettings?: VirtualMachinePublicIPAddressDnsSettingsConfiguration

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?: VirtualMachineIpTag[]

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?: "IPv4" | "IPv6"

Property Value

"IPv4" | "IPv6"

publicIPAllocationMethod

Specify the public IP allocation type

publicIPAllocationMethod?: "Dynamic" | "Static"

Property Value

"Dynamic" | "Static"

publicIPPrefix

The PublicIPPrefix from which to allocate publicIP addresses.

publicIPPrefix?: SubResource

Property Value