Share via


ResourceManagerSdkClient.ListDeploymentOperationsAtResourceGroup Method

Definition

List deployment operations at resource group.

public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation> ListDeploymentOperationsAtResourceGroup (string resourceGroupName, string deploymentName, string operationId = default);
abstract member ListDeploymentOperationsAtResourceGroup : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation>
override this.ListDeploymentOperationsAtResourceGroup : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation>
Public Overridable Function ListDeploymentOperationsAtResourceGroup (resourceGroupName As String, deploymentName As String, Optional operationId As String = Nothing) As List(Of PSDeploymentOperation)

Parameters

resourceGroupName
String

The resource group name

deploymentName
String

The deployment name

operationId
String

The operation Id

Returns

The deployment operations

Applies to