IApplicationGatewayOperations.BeginExecuteOperationAsync 方法 (String, ApplicationGatewayOperation, 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> BeginExecuteOperationAsync(
string gatewayName,
ApplicationGatewayOperation parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginExecuteOperationAsync(
String^ gatewayName,
ApplicationGatewayOperation^ parameters,
CancellationToken cancellationToken
)
abstract BeginExecuteOperationAsync :
gatewayName:string *
parameters:ApplicationGatewayOperation *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginExecuteOperationAsync (
gatewayName As String,
parameters As ApplicationGatewayOperation,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
参数
gatewayName
Type: System.String网关名称
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation提供给开始执行的操作请求的参数。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
IApplicationGatewayOperations 接口
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首