Freigeben über


StepsOperationsExtensions.ListAsync Methode

Definition

Listet die Schritte in einer Ressourcengruppe auf.

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))

Parameter

operations
IStepsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: