AzureSqlManagedInstanceAdapter.GetManagedInstance 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.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