次の方法で共有


FeaturesExtensions.ListAsync(IFeatures, String) メソッド

定義

リソース プロバイダーのプレビュー機能の一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult> ListAsync (this Microsoft.Azure.Management.Resources.IFeatures operations, string resourceProviderNamespace);
static member ListAsync : Microsoft.Azure.Management.Resources.IFeatures * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult>
<Extension()>
Public Function ListAsync (operations As IFeatures, resourceProviderNamespace As String) As Task(Of FeatureOperationsListResult)

パラメーター

operations
IFeatures

Microsoft.Azure.Management.Resources.IFeatures への参照。

resourceProviderNamespace
String

必須。 リソース プロバイダーの名前空間。

戻り値

プレビューされた機能の一覧。

適用対象