GatewayOperationsExtensions.GetSharedKeyV2 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 Get Réseau virtuel Gateway Shared Key V2 obtient la clé partagée utilisée entre la passerelle et le vpn client.
public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse GetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);
static member GetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse
<Extension()>
Public Function GetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayGetSharedKeyResponse
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- gatewayId
- String
Obligatoire. Réseau virtuel de cet ID de passerelle.
- connectedentityId
- String
Obligatoire. ID d’entité connectée.
Retours
Réponse à la demande d’obtention de clé partagée.
S’applique à
Azure SDK for .NET