ApplicationGatewayPrivateLinkIpConfiguration Class
The application gateway private link ip configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewayPrivateLinkIpConfiguration
Constructor
ApplicationGatewayPrivateLinkIpConfiguration(*, 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.SubResource | None = None, primary: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of application gateway private link 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
|
Reference to the subnet resource. |
primary
|
Whether the ip configuration is primary or not. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of application gateway private link 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
|
Reference to the subnet resource. |
primary
|
Whether the ip configuration is primary or not. |
provisioning_state
|
The provisioning state of the application gateway private link IP configuration. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python