IPConfigurationProfile Class 
IP configuration profile child resource.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None | 
| name | The name of the resource. This name can be used to access the resource. Default value: None | 
| subnet | The reference to the subnet resource to create a container network interface ip configuration. Default value: None | 
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |