ContainerGroupNetworkProfile 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
ContainerGroupNetworkProfile() |
Initializes a new instance of the ContainerGroupNetworkProfile class. |
ContainerGroupNetworkProfile(String) |
Initializes a new instance of the ContainerGroupNetworkProfile class. |
ContainerGroupNetworkProfile()
Initializes a new instance of the ContainerGroupNetworkProfile class.
public ContainerGroupNetworkProfile ();
Public Sub New ()
Applies to
ContainerGroupNetworkProfile(String)
Initializes a new instance of the ContainerGroupNetworkProfile class.
public ContainerGroupNetworkProfile (string id);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupNetworkProfile : string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupNetworkProfile
Public Sub New (id As String)
Parameters
- id
- String
The identifier for a network profile.