Sdílet prostřednictvím


ResourceManagerSdkClient.GetDeploymentOperationsAtManagementGroup Method

Definition

Gets the deployment operations at management group scope.

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

Parameters

managementGroupId
String

The management group id

deploymentName
String

The deployment name

operationId
String

The operation Id

Returns

The deployment operations

Applies to