你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NewResourceManagerSdkClient.ListDeploymentOperationsAtManagementGroup Method

Definition

List deployment operations at management group.

public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation> ListDeploymentOperationsAtManagementGroup (string managementGroupId, string deploymentName, string operationId = default);
abstract member ListDeploymentOperationsAtManagementGroup : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation>
override this.ListDeploymentOperationsAtManagementGroup : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation>
Public Overridable Function ListDeploymentOperationsAtManagementGroup (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