WorkloadNetworksOperationsExtensions.GetGatewayAsync Méthode
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.
Obtenir une passerelle par ID dans un réseau de charge de travail de cloud privé.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway> GetGatewayAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string gatewayId, System.Threading.CancellationToken cancellationToken = default);
static member GetGatewayAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway>
<Extension()>
Public Function GetGatewayAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadNetworkGateway)
Paramètres
- operations
- IWorkloadNetworksOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- privateCloudName
- String
Nom du cloud privé
- gatewayId
- String
Identificateur de passerelle NSX. Généralement identique au nom d’affichage de la passerelle
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET