FeaturesOperationsExtensions.ListAsync メソッド

定義

サブスクリプションの AFEC を通じて使用できるプロバイダー名前空間内のすべてのプレビュー機能を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.FeatureResult>> ListAsync (this Microsoft.Azure.Management.ResourceManager.IFeaturesOperations operations, string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ResourceManager.IFeaturesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.FeatureResult>>
<Extension()>
Public Function ListAsync (operations As IFeaturesOperations, resourceProviderNamespace As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FeatureResult))

パラメーター

operations
IFeaturesOperations

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

resourceProviderNamespace
String

機能を取得するためのリソース プロバイダーの名前空間。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象