次の方法で共有


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

定義

サブスクリプションのプレビュー機能の一覧を取得します。

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

パラメーター

operations
IFeatures

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

nextLink
String

必須。 前回成功したリスト操作の呼び出しからの NextLink です。

戻り値

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

適用対象