ContainerNetworkInterface interface

Container network interface child resource.

Extends

Properties

container

Reference to the container to which this container network interface is attached.

containerNetworkInterfaceConfiguration

Container network interface configuration from which this container network interface is created.

etag

A unique read-only string that changes whenever the resource is updated.

ipConfigurations

Reference to the ip configuration on this container nic.

name

The name of the resource. This name can be used to access the resource.

provisioningState

The provisioning state of the container network interface resource.

type

Sub Resource type.

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.

containerNetworkInterfaceConfiguration?: ContainerNetworkInterfaceConfiguration

Property Value

etag

A unique read-only string that changes whenever the resource is updated.

etag?: string

Property Value

string

ipConfigurations

Reference to the ip configuration on this container nic.

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.

provisioningState?: string

Property Value

string

type

Sub Resource type.

type?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id