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

定義

サブスクリプションの AFEC を通じて使用できるすべてのプレビュー機能を取得します。

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

パラメーター

operations
IFeaturesOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象