VirtualNetworkGatewaysOperationsExtensions.GetVpnProfilePackageUrl 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.
Obtient le profil VPN généré au préalable pour le client P2S de la passerelle de réseau virtuel dans le groupe de ressources spécifié. Le profil doit d’abord être généré à l’aide de generateVpnProfile.
public static string GetVpnProfilePackageUrl (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName);
static member GetVpnProfilePackageUrl : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string -> string
<Extension()>
Public Function GetVpnProfilePackageUrl (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String) As String
Paramètres
- operations
- IVirtualNetworkGatewaysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- virtualNetworkGatewayName
- String
Nom de la passerelle de réseau virtuel.
Retours
S’applique à
Azure SDK for .NET