C# 클래스 Microsoft.Azure.Commands.Network.NetworkClient

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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