LabNetworkProfile 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
LabNetworkProfile() |
Initializes a new instance of the LabNetworkProfile class. |
LabNetworkProfile(String, String, String) |
Initializes a new instance of the LabNetworkProfile class. |
LabNetworkProfile()
Initializes a new instance of the LabNetworkProfile class.
public LabNetworkProfile ();
Public Sub New ()
Applies to
LabNetworkProfile(String, String, String)
Initializes a new instance of the LabNetworkProfile class.
public LabNetworkProfile (string subnetId = default, string loadBalancerId = default, string publicIpId = default);
new Microsoft.Azure.Management.LabServices.Models.LabNetworkProfile : string * string * string -> Microsoft.Azure.Management.LabServices.Models.LabNetworkProfile
Public Sub New (Optional subnetId As String = Nothing, Optional loadBalancerId As String = Nothing, Optional publicIpId As String = Nothing)
Parameters
- subnetId
- String
The external subnet resource id
- loadBalancerId
- String
The external load balancer resource id
- publicIpId
- String
The external public IP resource id
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET