你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".