DeploymentStacksOperationsExtensions.ListAtManagementGroupNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all the Deployment stacks within the specified Management Group.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack> ListAtManagementGroupNext (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string nextPageLink);
static member ListAtManagementGroupNext : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function ListAtManagementGroupNext (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.