Sdílet prostřednictvím


NewResourceManagerSdkClient.GetDeploymentOperations(String, String) Method

Definition

Gets the deployment operations at subscription scope.

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

Parameters

deploymentName
String

The deployment name

operationId
String

The operation Id

Returns

The deployment operations

Applies to