AzureSqlManagedInstanceOperationAdapter.ListOperationsByManagedInstance 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.
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