次の方法で共有


AppServiceEnvironmentResource.GetOperations(CancellationToken) メソッド

定義

「App Service Environmentで現在実行中のすべての操作を一覧表示する」の説明。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象