Share via


DeploymentStacksOperationsExtensions.ListAtResourceGroup Method

Definition

Lists all the Deployment stacks within the specified Resource Group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack> ListAtResourceGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName);
static member ListAtResourceGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function ListAtResourceGroup (operations As IDeploymentStacksOperations, resourceGroupName As String) As IPage(Of DeploymentStack)

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

Returns

Applies to