次の方法で共有


AppServiceExtensions.GetOperationsProviders メソッド

定義

[説明] Microsoft.Web リソース プロバイダーで使用可能なすべての操作を取得します。 リソース メトリック定義も公開します

  • 要求パス/プロバイダー/Microsoft.Web/operations
  • 操作IdProvider_ListOperations
public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationsProviders : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>
<Extension()>
Public Function GetOperationsProviders (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmOperationDescription)

パラメーター

tenantResource
TenantResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象