ContainerNetworkInterfaceConfiguration interface
Container network interface configuration child resource.
- Extends
Properties
| container |
A list of container network interfaces created from this container network interface configuration. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| ip |
A list of ip configurations of the container network interface configuration. |
| name | The name of the resource. This name can be used to access the resource. |
| provisioning |
The provisioning state of the container network interface configuration resource. |
| type | Sub Resource type. |
Inherited Properties
| id | Resource ID. |
Property Details
containerNetworkInterfaces
A list of container network interfaces created from this container network interface configuration.
containerNetworkInterfaces?: SubResource[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
ipConfigurations
A list of ip configurations of the container network interface configuration.
ipConfigurations?: IPConfigurationProfile[]
Property Value
name
The name of the resource. This name can be used to access the resource.
name?: string
Property Value
string
provisioningState
The provisioning state of the container network interface configuration resource.
provisioningState?: string
Property Value
string
type
Sub Resource type.
type?: string
Property Value
string