ResourceManagerSdkClient.ListDeploymentOperationsAtTenantScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List deployment operations at tenant scope.
public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation> ListDeploymentOperationsAtTenantScope (string deploymentName, string operationId = default);
abstract member ListDeploymentOperationsAtTenantScope : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation>
override this.ListDeploymentOperationsAtTenantScope : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation>
Public Overridable Function ListDeploymentOperationsAtTenantScope (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