WorkloadNetworkGateway Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WorkloadNetworkGateway() |
Initialise une nouvelle instance de la classe WorkloadNetworkGateway. |
WorkloadNetworkGateway(String, String, String, String, String) |
Initialise une nouvelle instance de la classe WorkloadNetworkGateway. |
WorkloadNetworkGateway()
Initialise une nouvelle instance de la classe WorkloadNetworkGateway.
public WorkloadNetworkGateway ();
Public Sub New ()
S’applique à
WorkloadNetworkGateway(String, String, String, String, String)
Initialise une nouvelle instance de la classe WorkloadNetworkGateway.
public WorkloadNetworkGateway (string id = default, string name = default, string type = default, string displayName = default, string path = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway : string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional path As String = Nothing)
Paramètres
- id
- String
ID de la ressource
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- displayName
- String
Nom d’affichage de l’entité DHCP.
- path
- String
Chemin de la passerelle NSX.
S’applique à
Azure SDK for .NET