Freigeben über


ArmDeploymentResource.GetDeploymentOperationsAsync Methode

Definition

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

  • Anforderungspfad/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations
  • Vorgang IdDeploymentOperations_ListAtScope
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation> GetDeploymentOperationsAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperationsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
override this.GetDeploymentOperationsAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
Public Overridable Function GetDeploymentOperationsAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArmDeploymentOperation)

Parameter

top
Nullable<Int32>

Die Anzahl der zurückgegebenen Ergebnisse.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ArmDeploymentOperation mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: