共用方式為


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