VirtualNetworkProfile 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
VirtualNetworkProfile() |
Initializes a new instance of the VirtualNetworkProfile class. |
VirtualNetworkProfile(String, String) |
Initializes a new instance of the VirtualNetworkProfile class. |
VirtualNetworkProfile()
Initializes a new instance of the VirtualNetworkProfile class.
public VirtualNetworkProfile ();
Public Sub New ()
Applies to
VirtualNetworkProfile(String, String)
Initializes a new instance of the VirtualNetworkProfile class.
public VirtualNetworkProfile (string id = default, string subnet = default);
new Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile : string * string -> Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile
Public Sub New (Optional id As String = Nothing, Optional subnet As String = Nothing)
Parameters
- id
- String
The ID of the virtual network.
- subnet
- String
The name of the subnet.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET