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

Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method 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 method

public Generatevpnclientpackage ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters ) : string
resourceGroupName string
virtualNetworkGatewayName string
parameters VpnClientParameters
return string

GeneratevpnclientpackageAsync() public method

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

GeneratevpnclientpackageWithHttpMessagesAsync() public method

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. ///
return Task>

NetworkClient() public method

public NetworkClient ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

NetworkClient() public method

public NetworkClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication

NetworkClient() public method

public NetworkClient ( INetworkManagementClient NetworkManagementClient ) : Microsoft.Azure.Commands.Common.Authentication
NetworkManagementClient INetworkManagementClient
return Microsoft.Azure.Commands.Common.Authentication