PrivateLinkServiceIpConfigurationProperties Class

Properties of private link service IP configuration.

Constructor

PrivateLinkServiceIpConfigurationProperties(*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.

primary

Whether the ip configuration is primary or not.

provisioning_state

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

private_ip_address_version

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Known values are: "IPv4" and "IPv6".

Attributes

primary

Whether the ip configuration is primary or not.

primary: bool | None

private_ip_address

The private IP address of the IP configuration.

private_ip_address: str | None

private_ip_address_version

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Known values are: "IPv4" and "IPv6".

private_ip_address_version: str | _models.IPVersion | None

private_ip_allocation_method

"Static" and "Dynamic".

private_ip_allocation_method: str | _models.IPAllocationMethod | None

provisioning_state

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

provisioning_state: str | _models.ProvisioningState | None

subnet

The reference to the subnet resource.

subnet: _models.Subnet | None