Share via


ApplicationGatewayOperationsExtensions.Get 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 ApplicationGatewayGetResponse Get(
    this IApplicationGatewayOperations operations,
    string gatewayName
)
public:
[ExtensionAttribute]
static ApplicationGatewayGetResponse^ Get(
    IApplicationGatewayOperations^ operations,
    String^ gatewayName
)
static member Get : 
        operations:IApplicationGatewayOperations *
        gatewayName:string -> ApplicationGatewayGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IApplicationGatewayOperations,
    gatewayName As String
) As ApplicationGatewayGetResponse

Parameters

  • gatewayName
    Type: System.String

    Required. The name of the gateway.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse

The response body contains details of the application gateway.

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top