PrivateLinkServiceIpConfiguration Class
The private link service ip configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourcePrivateLinkServiceIpConfiguration
Constructor
PrivateLinkServiceIpConfiguration(*, id: str | None = None, name: str | None = None, private_ip_address: str | None = None, private_ip_allocation_method: str | _models.IPAllocationMethod | None = None, subnet: _models.Subnet | None = None, primary: bool | None = None, private_ip_address_version: str | _models.IPVersion | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of private link service ip configuration. |
private_ip_address
|
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. |
private_ip_address_version
|
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Known values are: "IPv4" and "IPv6". |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of private link service ip configuration. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
The resource type. |
private_ip_address
|
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". |
Azure SDK for Python