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