IApplicationGatewayOperations.BeginUpdateApplicationGatewayAsync 方法 (String, UpdateApplicationGatewayParameters, 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> BeginUpdateApplicationGatewayAsync(
    string gatewayName,
    UpdateApplicationGatewayParameters updateParameters,
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginUpdateApplicationGatewayAsync(
    String^ gatewayName,
    UpdateApplicationGatewayParameters^ updateParameters,
    CancellationToken cancellationToken
)
abstract BeginUpdateApplicationGatewayAsync : 
        gatewayName:string *
        updateParameters:UpdateApplicationGatewayParameters *
        cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginUpdateApplicationGatewayAsync (
    gatewayName As String,
    updateParameters As UpdateApplicationGatewayParameters,
    cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

参数

返回值

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

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

请参阅

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

返回页首