C# Class Microsoft.Azure.Commands.Network.NetworkClient

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
Generatevpnclientpackage ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters ) : string
GeneratevpnclientpackageAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, CancellationToken cancellationToken = default(CancellationToken) ) : Task
GeneratevpnclientpackageWithHttpMessagesAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>

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 ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
NetworkClient ( INetworkManagementClient NetworkManagementClient ) : Microsoft.Azure.Commands.Common.Authentication

Method Details

Generatevpnclientpackage() public méthode

public Generatevpnclientpackage ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters ) : string
resourceGroupName string
virtualNetworkGatewayName string
parameters VpnClientParameters
Résultat string

GeneratevpnclientpackageAsync() public méthode

public GeneratevpnclientpackageAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, CancellationToken cancellationToken = default(CancellationToken) ) : Task
resourceGroupName string
virtualNetworkGatewayName string
parameters VpnClientParameters
cancellationToken System.Threading.CancellationToken
Résultat Task

GeneratevpnclientpackageWithHttpMessagesAsync() public méthode

The Generatevpnclientpackage operation generates Vpn client package for P2S client of the virtual network gateway in the specified resource group through Network resource provider.
public GeneratevpnclientpackageWithHttpMessagesAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, Dictionary customHeaders = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
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 System.Threading.CancellationToken /// The cancellation token. ///
Résultat Task>

NetworkClient() public méthode

public NetworkClient ( ) : Microsoft.Azure.Commands.Common.Authentication
Résultat Microsoft.Azure.Commands.Common.Authentication

NetworkClient() public méthode

public NetworkClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication

NetworkClient() public méthode

public NetworkClient ( INetworkManagementClient NetworkManagementClient ) : Microsoft.Azure.Commands.Common.Authentication
NetworkManagementClient INetworkManagementClient
Résultat Microsoft.Azure.Commands.Common.Authentication