Language

ArmDeploymentResource.GetDeploymentOperations Method

Definition

Gets all deployments operations for a deployment.

  • Request Path. : /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations.
  • Operation Id. : Deployments_DeploymentOperationsListAtScope.
  • Default Api Version. : 2025-04-01.
  • Resource. : ArmDeploymentResource.
public virtual Azure.Pageable<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperation> GetDeploymentOperations(int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentOperations : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperation>
override this.GetDeploymentOperations : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Deployments.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