AzureSqlManagedDatabaseAdapter.GetManagedDatabaseResourceId Method

Definition

Gets the Resource id of the managed instance.

public string GetManagedDatabaseResourceId (string resourceGroupName, string managedInstanceName, string managedDatabaseName);
member this.GetManagedDatabaseResourceId : string * string * string -> string
Public Function GetManagedDatabaseResourceId (resourceGroupName As String, managedInstanceName As String, managedDatabaseName As String) As String

Parameters

resourceGroupName
String

The resource group the managed instance is in

managedInstanceName
String

The name of the managed instance

managedDatabaseName
String

The name of the managed databse

Returns

Applies to