IPConfigurationPropertiesFormat Class

Properties of IP configuration.

Constructor

IPConfigurationPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
private_ip_address
str

The private IP address of the IP configuration.

private_ip_allocation_method

The private IP address allocation method. Known values are: "Static" and "Dynamic".

subnet

The reference to the subnet resource.

public_ip_address

The reference to the public IP resource.

provisioning_state

The provisioning state of the IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

private_ip_address

The private IP address of the IP configuration.

private_ip_address: str | None

private_ip_allocation_method

"Static" and "Dynamic".

private_ip_allocation_method: str | _models.IPAllocationMethod | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

public_ip_address

The reference to the public IP resource.

public_ip_address: _models.PublicIPAddress | None

subnet

The reference to the subnet resource.

subnet: _models.Subnet | None