Share via


ArmDeploymentResource.GetDeploymentOperations Method

Definition

Gets all deployments operations for a deployment.

  • Request Path: /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations
  • Operation Id: DeploymentOperations_ListAtScope
  • Default Api Version: 2022-09-01
public virtual Azure.Pageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation> GetDeploymentOperations (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperations : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
override this.GetDeploymentOperations : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.ArmDeploymentOperation>
Public Overridable Function GetDeploymentOperations (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArmDeploymentOperation)

Parameters

top
Nullable<Int32>

The number of results to return.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ArmDeploymentOperation that may take multiple service requests to iterate over.

Applies to