AzureSqlManagedInstanceOperationAdapter.GetManagedInstanceOperation Method

Definition

Gets a managed instance in a resource group

public Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel GetManagedInstanceOperation (string resourceGroupName, string managedInstanceName, Guid operationName);
member this.GetManagedInstanceOperation : string * string * Guid -> Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel
Public Function GetManagedInstanceOperation (resourceGroupName As String, managedInstanceName As String, operationName As Guid) As AzureSqlManagedInstanceOperationModel

Parameters

resourceGroupName
String

The name of the resource group

managedInstanceName
String

The name of the managed instance

operationName
Guid

The id of the operation.

Returns

The managed instance operation

Applies to