ApplicationGatewayOperationsExtensions::Get Method (IApplicationGatewayOperations^, String^)

 

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)

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

public:
[ExtensionAttribute]
static ApplicationGatewayGetResponse^ Get(
	IApplicationGatewayOperations^ operations,
	String^ gatewayName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network::IApplicationGatewayOperations^

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

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.

Return to top
Show: