Share via


DeploymentStacksOperationsExtensions.ListAtManagementGroupNextAsync Method

Definition

Lists all the Deployment stacks within the specified Management Group.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>> ListAtManagementGroupNextAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAtManagementGroupNextAsync : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>>
<Extension()>
Public Function ListAtManagementGroupNextAsync (operations As IDeploymentStacksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to