次の方法で共有


AppServiceExtensions.GetOperationsProvidersAsync メソッド

定義

[説明] 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 サービス要求を受け取る可能性がある の非同期コレクション。

適用対象