GatewayOperationsExtensions.GetIPsecParametersV2 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 IPsec Parameters V2 obtient les paramètres IPsec qui ont été définis pour la connexion de passerelle de réseau virtuel
public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse GetIPsecParametersV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);
static member GetIPsecParametersV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse
<Extension()>
Public Function GetIPsecParametersV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayGetIPsecParametersResponse
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 qui sera retournée à partir d’une requête GetIPsecParameters. Il contient les paramètres IPsec pour la connexion spécifiée.
S’applique à
Azure SDK for .NET