Freigeben über


DeploymentOperationsExtensions.ListAtScopeAsync Methode

Definition

Ruft alle Bereitstellungsvorgänge für eine Bereitstellung ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation>> ListAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string scope, string deploymentName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation>>
<Extension()>
Public Function ListAtScopeAsync (operations As IDeploymentOperations, scope As String, deploymentName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentOperation))

Parameter

operations
IDeploymentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Ressourcenbereich.

deploymentName
String

Der Name der Bereitstellung

top
Nullable<Int32>

Die Anzahl der zurückgegebenen Ergebnisse.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: