Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPConfiguration

Package version

IP configuration

Hierarchy

Index

Properties

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 name

name: undefined | string

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Optional privateIPAddress

privateIPAddress: undefined | string

The private IP address of the IP configuration.

Optional privateIPAllocationMethod

privateIPAllocationMethod: IPAllocationMethod

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

Optional provisioningState

provisioningState: undefined | string

Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Optional publicIPAddress

publicIPAddress: PublicIPAddress

The reference of the public IP resource.

Optional subnet

subnet: Subnet

The reference of the subnet resource.

Generated using TypeDoc