Udostępnij za pośrednictwem


DeploymentStacksOperationsExtensions.ListAtResourceGroupAsync Method

Definition

Lists all the Deployment stacks within the specified Resource Group.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Resources.Models.DeploymentStack>> ListAtResourceGroupAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAtResourceGroupAsync : 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 ListAtResourceGroupAsync (operations As IDeploymentStacksOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to