你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GlobalModelOperationsExtensions.GetSubscriptionOperationWithAsyncResponseAsync 方法

定义

获取订阅和给定区域中的操作

public static System.Threading.Tasks.Task GetSubscriptionOperationWithAsyncResponseAsync (this Microsoft.Azure.Management.WebSites.IGlobalModelOperations operations, string location, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionOperationWithAsyncResponseAsync : Microsoft.Azure.Management.WebSites.IGlobalModelOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function GetSubscriptionOperationWithAsyncResponseAsync (operations As IGlobalModelOperations, location As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

operations
IGlobalModelOperations

此扩展方法的操作组。

location
String

位置名称

operationId
String

操作 ID

cancellationToken
CancellationToken

取消标记。

返回

注解

获取订阅和给定区域中的操作的说明

适用于