次の方法で共有


ApplicationGatewayOperationsExtensions.BeginCreateApplicationGatewayAsync メソッド

定義

[作成の開始] Application Gateway操作では、指定したパラメーターを使用してApplication Gatewayが作成されます。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreateApplicationGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters);
static member BeginCreateApplicationGatewayAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
<Extension()>
Public Function BeginCreateApplicationGatewayAsync (operations As IApplicationGatewayOperations, parameters As CreateApplicationGatewayParameters) As Task(Of GatewayOperationResponse)

パラメーター

operations
IApplicationGatewayOperations

Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations への参照。

parameters
CreateApplicationGatewayParameters

必須。 CreateApplication Gateway の開始要求に指定されたパラメーター。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象