IPConfiguration Class
IP configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceIPConfiguration
Constructor
IPConfiguration(*, 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, public_ip_address: _models.PublicIPAddress | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
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. |
public_ip_address
|
The reference to the public IP resource. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
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. |
public_ip_address
|
The reference to the public IP resource. |
provisioning_state
|
The provisioning state of the IP configuration resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python