IPConfigurationProfile Class
IP configuration profile child resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceIPConfigurationProfile
Constructor
IPConfigurationProfile(*, id: str | None = None, name: str | None = None, subnet: _models.Subnet | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. This name can be used to access the resource. |
subnet
|
The reference to the subnet resource to create a container network interface ip configuration. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. This name can be used to access the resource. |
type
|
Sub Resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
subnet
|
The reference to the subnet resource to create a container network interface ip configuration. |
provisioning_state
|
The provisioning state of the IP configuration profile resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python