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

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
str

Resource ID.

name
str

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

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