Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachinePublicIPAddressConfiguration

Package version

Describes a virtual machines IP Configuration's PublicIPAddress configuration

Hierarchy

  • VirtualMachinePublicIPAddressConfiguration

Index

Properties

Optional deleteOption

deleteOption: DeleteOptions

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

Optional dnsSettings

The dns settings to be applied on the publicIP addresses .

Optional idleTimeoutInMinutes

idleTimeoutInMinutes: undefined | number

The idle timeout of the public IP address.

Optional ipTags

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

name

name: string

The publicIP address configuration name.

Optional publicIPAddressVersion

publicIPAddressVersion: IPVersions

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

Optional publicIPAllocationMethod

publicIPAllocationMethod: PublicIPAllocationMethod

Specify the public IP allocation type

Optional publicIPPrefix

publicIPPrefix: SubResource

The PublicIPPrefix from which to allocate publicIP addresses.

Optional sku

Describes the public IP Sku

Generated using TypeDoc