Partager via


StepsOperationsExtensions.ListAsync Méthode

Définition

Répertorie les étapes d’un groupe de ressources.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepResource>> ListAsync (this Microsoft.Azure.Management.DeploymentManager.IStepsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DeploymentManager.IStepsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepResource>>
<Extension()>
Public Function ListAsync (operations As IStepsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of StepResource))

Paramètres

operations
IStepsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à