AppServiceExtensions.GetOperationsProvidersAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[説明] Microsoft.Web リソース プロバイダーで使用可能なすべての操作を取得します。 リソース メトリック定義も公開します
- 要求パス/プロバイダー/Microsoft.Web/operations
- 操作IdProvider_ListOperations
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationsProvidersAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>
<Extension()>
Public Function GetOperationsProvidersAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmOperationDescription)
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行するインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の CsmOperationDescription サービス要求を受け取る可能性がある の非同期コレクション。