IApplicationGatewayOperations::GetAsync Method (String^, CancellationToken)
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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<ApplicationGatewayGetResponse^>^ GetAsync( String^ gatewayName, CancellationToken cancellationToken )
Parameters
- gatewayName
-
Type:
System::String^
The name of the gateway.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<ApplicationGatewayGetResponse^>^The response body contains details of the application gateway.
Show: