Share via


ApplicationGatewayOperationsExtensions.GetAsync Method (IApplicationGatewayOperations, String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public static Task<ApplicationGatewayGetResponse> GetAsync(
    this IApplicationGatewayOperations operations,
    string gatewayName
)
public:
[ExtensionAttribute]
static Task<ApplicationGatewayGetResponse^>^ GetAsync(
    IApplicationGatewayOperations^ operations,
    String^ gatewayName
)
static member GetAsync : 
        operations:IApplicationGatewayOperations *
        gatewayName:string -> Task<ApplicationGatewayGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IApplicationGatewayOperations,
    gatewayName As String
) As Task(Of ApplicationGatewayGetResponse)

Parameters

  • gatewayName
    Type: System.String

    Required. The name of the gateway.

Return Value

Type: System.Threading.Tasks.Task<ApplicationGatewayGetResponse>

The response body contains details of the application gateway.

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top