Share via


MockableSqlArmClient.GetRestorableDroppedDatabaseResource Method

Definition

Gets an object representing a RestorableDroppedDatabaseResource 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 RestorableDroppedDatabaseResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a RestorableDroppedDatabaseResource object.

Applies to