C# Класс Microsoft.Azure.Commands.Network.NetworkClient

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Generatevpnclientpackage() публичный Метод

public Generatevpnclientpackage ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters ) : string
resourceGroupName string
virtualNetworkGatewayName string
parameters VpnClientParameters
Результат string

GeneratevpnclientpackageAsync() публичный Метод

public GeneratevpnclientpackageAsync ( string resourceGroupName, string virtualNetworkGatewayName, VpnClientParameters parameters, CancellationToken cancellationToken = default(CancellationToken) ) : Task
resourceGroupName string
virtualNetworkGatewayName string
parameters VpnClientParameters
cancellationToken System.Threading.CancellationToken
Результат Task

GeneratevpnclientpackageWithHttpMessagesAsync() публичный Метод

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. ///
Результат Task>

NetworkClient() публичный Метод

public NetworkClient ( ) : Microsoft.Azure.Commands.Common.Authentication
Результат Microsoft.Azure.Commands.Common.Authentication

NetworkClient() публичный Метод

public NetworkClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Результат Microsoft.Azure.Commands.Common.Authentication

NetworkClient() публичный Метод

public NetworkClient ( INetworkManagementClient NetworkManagementClient ) : Microsoft.Azure.Commands.Common.Authentication
NetworkManagementClient INetworkManagementClient
Результат Microsoft.Azure.Commands.Common.Authentication