Sdílet prostřednictvím


AzureSqlManagedInstanceOperationAdapter.ListOperationsByManagedInstance Method

Definition

Gets a list of all the operations on managed instances

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel> ListOperationsByManagedInstance (string resourceGroupName, string managedInstanceName);
member this.ListOperationsByManagedInstance : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel>
Public Function ListOperationsByManagedInstance (resourceGroupName As String, managedInstanceName As String) As List(Of AzureSqlManagedInstanceOperationModel)

Parameters

resourceGroupName
String

The name of the resource group

managedInstanceName
String

The name of the managed instance

Returns

A list of all the managed instances

Applies to