Méthode | Description | |
---|---|---|
Generatevpnclientpackage ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters ) : string | ||
GeneratevpnclientpackageAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, |
||
GeneratevpnclientpackageWithHttpMessagesAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, Dictionary |
The Generatevpnclientpackage operation generates Vpn client package for P2S client of the virtual network gateway in the specified resource group through Network resource provider.
|
|
NetworkClient ( ) : Microsoft.Azure.Commands.Common.Authentication | ||
NetworkClient ( |
||
NetworkClient ( INetworkManagementClient NetworkManagementClient ) : Microsoft.Azure.Commands.Common.Authentication |
public Generatevpnclientpackage ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters ) : string | ||
resourceGroupName | string | |
virtualNetworkGatewayName | string | |
parameters | VpnClientParameters | |
Résultat | string |
public GeneratevpnclientpackageAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, |
||
resourceGroupName | string | |
virtualNetworkGatewayName | string | |
parameters | VpnClientParameters | |
cancellationToken | ||
Résultat | Task |
public GeneratevpnclientpackageWithHttpMessagesAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, Dictionary |
||
resourceGroupName | string | /// The name of the resource group. /// |
virtualNetworkGatewayName | string | /// The name of the virtual network gateway. /// |
parameters | VpnClientParameters | /// Parameters supplied to the Begin Generating Virtual Network Gateway Vpn /// client package operation through Network resource provider. /// |
customHeaders | Dictionary |
/// Headers that will be added to request. /// |
cancellationToken | /// The cancellation token. /// | |
Résultat | Task |
public NetworkClient ( ) : Microsoft.Azure.Commands.Common.Authentication | ||
Résultat | Microsoft.Azure.Commands.Common.Authentication |
public NetworkClient ( |
||
context | ||
Résultat | Microsoft.Azure.Commands.Common.Authentication |
public NetworkClient ( INetworkManagementClient NetworkManagementClient ) : Microsoft.Azure.Commands.Common.Authentication | ||
NetworkManagementClient | INetworkManagementClient | |
Résultat | Microsoft.Azure.Commands.Common.Authentication |