ContainerNetworkInterfaceInner Class

Definition

Container network interface child resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ContainerNetworkInterfaceInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContainerNetworkInterfaceInner = class
    inherit SubResource
Public Class ContainerNetworkInterfaceInner
Inherits SubResource
Inheritance
ContainerNetworkInterfaceInner
Attributes

Constructors

ContainerNetworkInterfaceInner()

Initializes a new instance of the ContainerNetworkInterfaceInner class.

ContainerNetworkInterfaceInner(String, ContainerNetworkInterfaceConfigurationInner, SubResource, IList<ContainerNetworkInterfaceIpConfiguration>, ProvisioningState, String, String, String)

Initializes a new instance of the ContainerNetworkInterfaceInner 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

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