ContainerNetworkInterfaceConfiguration Constructors
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.
Overloads
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. |
ContainerNetworkInterfaceConfiguration()
Initializes a new instance of the ContainerNetworkInterfaceConfiguration class.
public ContainerNetworkInterfaceConfiguration ();
Public Sub New ()
Applies to
ContainerNetworkInterfaceConfiguration(String, IList<IPConfigurationProfile>, IList<SubResource>, String, String, String, String)
Initializes a new instance of the ContainerNetworkInterfaceConfiguration class.
public ContainerNetworkInterfaceConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationProfile> ipConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> containerNetworkInterfaces = default, string provisioningState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationProfile> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceConfiguration
Public Sub New (Optional id As String = Nothing, Optional ipConfigurations As IList(Of IPConfigurationProfile) = Nothing, Optional containerNetworkInterfaces As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- ipConfigurations
- IList<IPConfigurationProfile>
A list of ip configurations of the container network interface configuration.
- containerNetworkInterfaces
- IList<SubResource>
A list of container network interfaces created from this container network interface configuration.
- provisioningState
- String
The provisioning state of the container network interface configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource. This name can be used to access the resource.
- type
- String
Sub Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET