ContainerNetworkInterface 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
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. |
ContainerNetworkInterface()
Initializes a new instance of the ContainerNetworkInterface class.
public ContainerNetworkInterface ();
Public Sub New ()
Applies to
ContainerNetworkInterface(String, ContainerNetworkInterfaceConfiguration, Container, IList<ContainerNetworkInterfaceIpConfiguration>, String, String, String, String)
Initializes a new instance of the ContainerNetworkInterface class.
public ContainerNetworkInterface (string id = default, Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration = default, Microsoft.Azure.Management.Network.Models.Container container = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceIpConfiguration> ipConfigurations = default, string provisioningState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ContainerNetworkInterface : string * Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceConfiguration * Microsoft.Azure.Management.Network.Models.Container * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceIpConfiguration> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ContainerNetworkInterface
Public Sub New (Optional id As String = Nothing, Optional containerNetworkInterfaceConfiguration As ContainerNetworkInterfaceConfiguration = Nothing, Optional container As Container = Nothing, Optional ipConfigurations As IList(Of ContainerNetworkInterfaceIpConfiguration) = 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.
- containerNetworkInterfaceConfiguration
- ContainerNetworkInterfaceConfiguration
Container network interface configuration from which this container network interface is created.
- container
- Container
Reference to the container to which this container network interface is attached.
- ipConfigurations
- IList<ContainerNetworkInterfaceIpConfiguration>
Reference to the ip configuration on this container nic.
- provisioningState
- String
The provisioning state of the container network interface 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