共用方式為


ApplicationGatewayOperationsExtensions.GetAsync 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);
static member GetAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse>
<Extension()>
Public Function GetAsync (operations As IApplicationGatewayOperations, gatewayName As String) As Task(Of ApplicationGatewayGetResponse)

Parameters

operations
IApplicationGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.

gatewayName
String

Required. The name of the gateway.

Returns

The response body contains details of the application gateway.

Applies to