Sdílet prostřednictvím


AzureSqlManagedInstanceAdapter.GetManagedInstance Method

Definition

Gets a managed instance in a resource group

public Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel GetManagedInstance (string resourceGroupName, string managedInstanceName, string expand = default);
member this.GetManagedInstance : string * string * string -> Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel
Public Function GetManagedInstance (resourceGroupName As String, managedInstanceName As String, Optional expand As String = Nothing) As AzureSqlManagedInstanceModel

Parameters

resourceGroupName
String

The name of the resource group

managedInstanceName
String

The name of the managed instance

expand
String

The child resources to include in the response.

Returns

The managed instance

Applies to