DeploymentScriptsOperationsExtensions.ListBySubscriptionNext Method

Definition

Lists all deployment scripts for a given subscription.

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

Parameters

operations
IDeploymentScriptsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to