IApplicationGatewayOperations.BeginSetConfigAsync 方法 (String, ApplicationGatewaySetConfiguration, CancellationToken)

 

开始设置应用程序网关配置操作设置指定的配置应用程序网关 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Network
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

Task<GatewayOperationResponse> BeginSetConfigAsync(
    string gatewayName,
    ApplicationGatewaySetConfiguration config,
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginSetConfigAsync(
    String^ gatewayName,
    ApplicationGatewaySetConfiguration^ config,
    CancellationToken cancellationToken
)
abstract BeginSetConfigAsync : 
        gatewayName:string *
        config:ApplicationGatewaySetConfiguration *
        cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginSetConfigAsync (
    gatewayName As String,
    config As ApplicationGatewaySetConfiguration,
    cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

参数

返回值

Type: System.Threading.Tasks.Task<GatewayOperationResponse>

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

IApplicationGatewayOperations 接口
Microsoft.WindowsAzure.Management.Network 命名空间

返回页首