ContainerNetworkInterfaceConfigurationInner Class

Definition

Container network interface configuration child resource.

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

Constructors

ContainerNetworkInterfaceConfigurationInner()

Initializes a new instance of the ContainerNetworkInterfaceConfigurationInner class.

ContainerNetworkInterfaceConfigurationInner(String, IList<IPConfigurationProfileInner>, IList<SubResource>, ProvisioningState, String, String, String)

Initializes a new instance of the ContainerNetworkInterfaceConfigurationInner class.

Properties

ContainerNetworkInterfaces

Gets or sets a list of container network interfaces created from this container network interface configuration.

Etag

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

Id

Resource Id

(Inherited from SubResource)
IpConfigurations

Gets or sets a list of ip configurations of the container network interface configuration.

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 configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Type

Gets sub Resource type.

Applies to