ExtendedLocationExtensions.GetOperationsCustomLocationsAsync メソッド

定義

使用可能なすべてのカスタムの場所操作を一覧表示します。 要求パス: /providers/Microsoft.ExtendedLocation/operations 操作 ID: CustomLocations_ListOperations

public static Azure.AsyncPageable<Azure.ResourceManager.ExtendedLocation.Models.CustomLocationOperation> GetOperationsCustomLocationsAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationsCustomLocationsAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ExtendedLocation.Models.CustomLocationOperation>
<Extension()>
Public Function GetOperationsCustomLocationsAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CustomLocationOperation)

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CustomLocationOperation サービス要求を受け取る可能性がある の非同期コレクション。

適用対象