FeaturesOperationsExtensions.List(IFeaturesOperations, String) メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.FeatureResult> List (this Microsoft.Azure.Management.ResourceManager.IFeaturesOperations operations, string resourceProviderNamespace);
static member List : Microsoft.Azure.Management.ResourceManager.IFeaturesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.FeatureResult>
<Extension()>
Public Function List (operations As IFeaturesOperations, resourceProviderNamespace As String) As IPage(Of FeatureResult)

パラメーター

operations
IFeaturesOperations

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

resourceProviderNamespace
String

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

戻り値

適用対象