次の方法で共有


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

キャンセル トークン。

戻り値

注釈

[説明] サブスクリプションと特定のリージョンでの操作を取得します

適用対象