GatewayOperationsExtensions.GetSharedKeyAsync 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.
L’opération Obtenir Réseau virtuel clé partagée de la passerelle obtient la clé partagée sur la passerelle de réseau virtuel pour la connexion de réseau virtuel spécifiée au réseau local spécifié dans Azure. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName);
static member GetSharedKeyAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse>
<Extension()>
Public Function GetSharedKeyAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String) As Task(Of GatewayGetSharedKeyResponse)
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- networkName
- String
Obligatoire. Nom du réseau virtuel pour cette passerelle.
- localNetworkName
- String
Obligatoire. Nom du réseau local.
Retours
Réponse à la demande d’obtention de clé partagée.
S’applique à
Azure SDK for .NET