Share via


DeploymentStacksOperationsExtensions.ListAtSubscription Method

Definition

Lists all the Deployment stacks within the specified Subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack> ListAtSubscription (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations);
static member ListAtSubscription : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function ListAtSubscription (operations As IDeploymentStacksOperations) As IPage(Of DeploymentStack)

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

Returns

Applies to