ContainerNetworkInterfaceConfiguration Class
Container network interface configuration child resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceContainerNetworkInterfaceConfiguration
Constructor
ContainerNetworkInterfaceConfiguration(*, id: str | None = None, name: str | None = None, ip_configurations: List[_models.IPConfigurationProfile] | None = None, container_network_interfaces: List[_models.SubResource] | 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. |
ip_configurations
|
A list of ip configurations of the container network interface configuration. |
container_network_interfaces
|
A list of container network interfaces created from this container network interface 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. |
ip_configurations
|
A list of ip configurations of the container network interface configuration. |
container_network_interfaces
|
A list of container network interfaces created from this container network interface configuration. |
provisioning_state
|
The provisioning state of the container network interface configuration resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python