ContainerNetworkInterfaceConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container network interface configuration child resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ContainerNetworkInterfaceConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContainerNetworkInterfaceConfiguration = class
inherit SubResource
Public Class ContainerNetworkInterfaceConfiguration
Inherits SubResource
- Inheritance
- Attributes
Constructors
ContainerNetworkInterfaceConfiguration() |
Initializes a new instance of the ContainerNetworkInterfaceConfiguration class. |
ContainerNetworkInterfaceConfiguration(String, IList<IPConfigurationProfile>, IList<SubResource>, String, String, String, String) |
Initializes a new instance of the ContainerNetworkInterfaceConfiguration 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 |
Gets or sets 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
Azure SDK for .NET