ContainerNetworkInterfaceInner 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
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. |
ContainerNetworkInterfaceInner()
Initializes a new instance of the ContainerNetworkInterfaceInner class.
public ContainerNetworkInterfaceInner ();
Public Sub New ()
Applies to
ContainerNetworkInterfaceInner(String, ContainerNetworkInterfaceConfigurationInner, SubResource, IList<ContainerNetworkInterfaceIpConfiguration>, ProvisioningState, String, String, String)
Initializes a new instance of the ContainerNetworkInterfaceInner class.
public ContainerNetworkInterfaceInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceConfigurationInner containerNetworkInterfaceConfiguration = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource container = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceIpConfiguration> ipConfigurations = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceConfigurationInner * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceIpConfiguration> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ContainerNetworkInterfaceInner
Public Sub New (Optional id As String = Nothing, Optional containerNetworkInterfaceConfiguration As ContainerNetworkInterfaceConfigurationInner = Nothing, Optional container As SubResource = Nothing, Optional ipConfigurations As IList(Of ContainerNetworkInterfaceIpConfiguration) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- containerNetworkInterfaceConfiguration
- ContainerNetworkInterfaceConfigurationInner
Container network interface configuration from which this container network interface is created.
- container
- SubResource
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
- ProvisioningState
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.