DeploymentScriptsOperationsExtensions.ListByResourceGroupNext メソッド

定義

デプロイ スクリプトを一覧表示します。

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

パラメーター

operations
IDeploymentScriptsOperations

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

nextPageLink
String

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

戻り値

適用対象