Share via


DeploymentStacksOperationsExtensions.ListAtSubscriptionNext Method

Definition

Lists all the Deployment stacks within the specified Subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack> ListAtSubscriptionNext (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string nextPageLink);
static member ListAtSubscriptionNext : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function ListAtSubscriptionNext (operations As IDeploymentStacksOperations, nextPageLink As String) As IPage(Of DeploymentStack)

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to