次の方法で共有


AppServicePlansOperationsExtensions.ListAsync メソッド

定義

サブスクリプションのすべてのApp Serviceプランを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>> ListAsync(this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>>
<Extension()>
Public Function ListAsync (operations As IAppServicePlansOperations, Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlanInner))

パラメーター

operations
IAppServicePlansOperations

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

detailed
Nullable<Boolean>

すべてのApp Serviceプラン プロパティを返すコード>true</code> を指定<します。 既定値は <、プロパティのサブセットを返すコード>false</code> です。 すべてのプロパティを取得すると、API の待機時間が長くなる可能性があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「サブスクリプションのすべてのApp Service プランを取得する」の説明。

適用対象