SqlServerResource.GetRestorableDroppedDatabaseAsync Method

Definition

Gets a restorable dropped database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}
  • Operation Id: RestorableDroppedDatabases_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: RestorableDroppedDatabaseResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.RestorableDroppedDatabaseResource>> GetRestorableDroppedDatabaseAsync (string restorableDroppedDatabaseId, string expand = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRestorableDroppedDatabaseAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.RestorableDroppedDatabaseResource>>
override this.GetRestorableDroppedDatabaseAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.RestorableDroppedDatabaseResource>>
Public Overridable Function GetRestorableDroppedDatabaseAsync (restorableDroppedDatabaseId As String, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RestorableDroppedDatabaseResource))

Parameters

restorableDroppedDatabaseId
String

The String to use.

expand
String

The child resources to include in the response.

filter
String

An OData filter expression that filters elements in the collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

restorableDroppedDatabaseId is null.

restorableDroppedDatabaseId is an empty string, and was expected to be non-empty.

Applies to