DeploymentStacksOperationsExtensions.ListAtManagementGroupAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>> ListAtManagementGroupAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string managementGroupId, System.Threading.CancellationToken cancellationToken = default);
static member ListAtManagementGroupAsync : 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 ListAtManagementGroupAsync (operations As IDeploymentStacksOperations, managementGroupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentStack))
Parameters
- operations
- IDeploymentStacksOperations
The operations group for this extension method.
- managementGroupId
- String
Management Group id.
- cancellationToken
- CancellationToken
The cancellation token.