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.SubResource
IPConfigurationProfile

Constructor

IPConfigurationProfile(*, id: str | None = None, name: str | None = None, subnet: _models.Subnet | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

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
str

Resource ID.

name
str

The name of the resource. This name can be used to access the resource.

type
str

Sub Resource type.

etag
str

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".