Compartilhar via


DeploymentStacksOperationsExtensions.ListAtSubscriptionAsync Method

Definition

Lists all the Deployment stacks within the specified Subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>> ListAtSubscriptionAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAtSubscriptionAsync : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>>
<Extension()>
Public Function ListAtSubscriptionAsync (operations As IDeploymentStacksOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentStack))

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to