HostingEnvironmentWorkerPoolCollection.GetAll(CancellationToken) メソッド

定義

「App Service Environmentのすべてのワーカー プールを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools
  • 操作IdAppServiceEnvironments_ListWorkerPools
public virtual Azure.Pageable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HostingEnvironmentWorkerPoolResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象