ContainerNetworkInterfaceIpConfiguration Class
The ip configuration for a container network interface.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelContainerNetworkInterfaceIpConfiguration
Constructor
ContainerNetworkInterfaceIpConfiguration(*, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource. This name can be used to access the resource. |
Variables
Name | Description |
---|---|
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. |
provisioning_state
|
The provisioning state of the container network interface IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python