ApplicationGatewayOperationsExtensions.BeginCreateApplicationGateway Method (IApplicationGatewayOperations, CreateApplicationGatewayParameters)
The Begin Create Application Gateway operation creates Application Gateway with the specified parameters. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public static GatewayOperationResponse BeginCreateApplicationGateway(
this IApplicationGatewayOperations operations,
CreateApplicationGatewayParameters parameters
)
public:
[ExtensionAttribute]
static GatewayOperationResponse^ BeginCreateApplicationGateway(
IApplicationGatewayOperations^ operations,
CreateApplicationGatewayParameters^ parameters
)
static member BeginCreateApplicationGateway :
operations:IApplicationGatewayOperations *
parameters:CreateApplicationGatewayParameters -> GatewayOperationResponse
<ExtensionAttribute>
Public Shared Function BeginCreateApplicationGateway (
operations As IApplicationGatewayOperations,
parameters As CreateApplicationGatewayParameters
) As GatewayOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParametersRequired. Parameters supplied to the Begin CreateApplication Gateway request.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top