Share via


MockableSqlArmClient.GetManagedDatabaseResource(ResourceIdentifier) Method

Definition

Gets an object representing a ManagedDatabaseResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ManagedDatabaseResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Sql.ManagedDatabaseResource GetManagedDatabaseResource (Azure.Core.ResourceIdentifier id);
abstract member GetManagedDatabaseResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.ManagedDatabaseResource
override this.GetManagedDatabaseResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.ManagedDatabaseResource
Public Overridable Function GetManagedDatabaseResource (id As ResourceIdentifier) As ManagedDatabaseResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedDatabaseResource object.

Applies to