ContainerNetworkInterface interface
Container network interface child resource.
- Extends
Properties
| container | Reference to the container to which this container network interface is attached. |
| container |
Container network interface configuration from which this container network interface is created. NOTE: This property will not be serialized. It can only be populated by the server. |
| etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| ip |
Reference to the ip configuration on this container nic. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource. This name can be used to access the resource. |
| provisioning |
The provisioning state of the container network interface resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Sub Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. |
Property Details
container
Reference to the container to which this container network interface is attached.
container?: Container
Property Value
containerNetworkInterfaceConfiguration
Container network interface configuration from which this container network interface is created. NOTE: This property will not be serialized. It can only be populated by the server.
containerNetworkInterfaceConfiguration?: ContainerNetworkInterfaceConfiguration
Property Value
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
ipConfigurations
Reference to the ip configuration on this container nic. NOTE: This property will not be serialized. It can only be populated by the server.
ipConfigurations?: ContainerNetworkInterfaceIpConfiguration[]
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 resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
type
Sub Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string