次の方法で共有


WebAppsOperationsExtensions.ListByResourceGroupAsync メソッド

定義

指定したリソース グループ内のすべての Web、モバイル、API アプリを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>> ListByResourceGroupAsync(this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, bool? includeSlots = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IWebAppsOperations, resourceGroupName As String, Optional includeSlots As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

includeSlots
Nullable<Boolean>

結果にデプロイ スロットを含めるには、厳密>な true</strong> を指定<します。 既定値は false で、すべてのアプリの運用スロットのみが提供されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] 指定したリソース グループ内のすべての Web、モバイル、API アプリを取得します。

適用対象