Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PublicIPAddress

Package version

Public IP address resource.

Hierarchy

Index

Properties

Optional dnsSettings

The FQDN of the DNS record associated with the public IP address.

Optional etag

etag: undefined | string

A unique read-only string that changes whenever the resource is updated.

Optional id

id: undefined | string

Resource ID.

Optional idleTimeoutInMinutes

idleTimeoutInMinutes: undefined | number

The idle timeout of the public IP address.

Optional ipAddress

ipAddress: undefined | string

The IP address associated with the public IP address resource.

Optional ipConfiguration

ipConfiguration: IPConfiguration

The IP configuration associated with the public IP address. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

Resource location.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Optional publicIPAddressVersion

publicIPAddressVersion: IPVersion

The public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'

Optional publicIPAllocationMethod

publicIPAllocationMethod: IPAllocationMethod

The public IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'

Optional resourceGuid

resourceGuid: undefined | string

The resource GUID property of the public IP resource.

Optional sku

The public IP address SKU.

Optional tags

tags: undefined | object

Resource tags.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional zones

zones: string[]

A list of availability zones denoting the IP allocated for the resource needs to come from.

Generated using TypeDoc