Udostępnij za pośrednictwem


IApplicationGatewayOperations.GetAsync(String, CancellationToken) Method

Definition

The Get Application Gateway operation retrieves the application gateway provisioned for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse> GetAsync (string gatewayName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse>
Public Function GetAsync (gatewayName As String, cancellationToken As CancellationToken) As Task(Of ApplicationGatewayGetResponse)

Parameters

gatewayName
String

The name of the gateway.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response body contains details of the application gateway.

Applies to