ContainerNetworkInterfaceConfigurationPropertiesFormatOutput interface
Container network interface configuration properties.
Properties
| container |
A list of container network interfaces created from this container network interface configuration. |
| ip |
A list of ip configurations of the container network interface configuration. |
| provisioning |
The provisioning state of the container network interface configuration resource. |
Property Details
containerNetworkInterfaces
A list of container network interfaces created from this container network interface configuration.
containerNetworkInterfaces?: SubResourceOutput[]
Property Value
ipConfigurations
A list of ip configurations of the container network interface configuration.
ipConfigurations?: IPConfigurationProfileOutput[]
Property Value
provisioningState
The provisioning state of the container network interface configuration resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"