ContainerNetworkInterface Class

Definition

Container network interface child resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ContainerNetworkInterface : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContainerNetworkInterface = class
    inherit SubResource
Public Class ContainerNetworkInterface
Inherits SubResource
Inheritance
ContainerNetworkInterface
Attributes

Constructors

ContainerNetworkInterface()

Initializes a new instance of the ContainerNetworkInterface class.

ContainerNetworkInterface(String, ContainerNetworkInterfaceConfiguration, Container, IList<ContainerNetworkInterfaceIpConfiguration>, String, String, String, String)

Initializes a new instance of the ContainerNetworkInterface class.

Properties

Container

Gets or sets reference to the container to which this container network interface is attached.

ContainerNetworkInterfaceConfiguration

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

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
IpConfigurations

Gets reference to the ip configuration on this container nic.

Name

Gets or sets the name of the resource. This name can be used to access the resource.

ProvisioningState

Gets the provisioning state of the container network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Type

Gets sub Resource type.

Applies to