次の方法で共有


AppServicePlansOperationsExtensions.ListCapabilitiesAsync メソッド

定義

App Service プランのすべての機能を一覧表示します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Capability>> ListCapabilitiesAsync (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListCapabilitiesAsync : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Capability>>
<Extension()>
Public Function ListCapabilitiesAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Capability))

パラメーター

operations
IAppServicePlansOperations

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

resourceGroupName
String

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

name
String

App Service プランの名前です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「App Service プランのすべての機能を一覧表示する」の説明。

適用対象