TemplateSpecsOperationsExtensions.ListBySubscriptionNext メソッド

定義

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

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

パラメーター

operations
ITemplateSpecsOperations

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

nextPageLink
String

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

戻り値

適用対象