TemplateSpecVersionsOperationsExtensions.ListNext メソッド

定義

指定したテンプレート スペック内のすべてのテンプレート スペック バージョンを一覧表示します。

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

パラメーター

operations
ITemplateSpecVersionsOperations

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

nextPageLink
String

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

戻り値

適用対象