ApplicationGatewayOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.