次の方法で共有


IApplicationGatewayOperations.BeginSetConfigAsync メソッド

定義

Begin Set Application Gateway config 操作は、アプリケーション ゲートウェイで指定された構成を設定します (詳細については、「」を参照してくださいhttp://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetConfigAsync (string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config, System.Threading.CancellationToken cancellationToken);
abstract member BeginSetConfigAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
Public Function BeginSetConfigAsync (gatewayName As String, config As ApplicationGatewaySetConfiguration, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)

パラメーター

gatewayName
String

ゲートウェイ名

config
ApplicationGatewaySetConfiguration

Begin Set Application Gateway Config 操作は、アプリケーション ゲートウェイで指定された構成を設定します

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

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

適用対象