次の方法で共有


AppServiceEnvironmentResource.GetAllWebAppData メソッド

定義

「App Service Environment内のすべてのアプリを取得する」の説明。

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

パラメーター

propertiesToInclude
String

含めるアプリ プロパティのコンマ区切りリスト。

cancellationToken
CancellationToken

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

戻り値

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

適用対象