RestorableDroppedManagedDatabaseCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}
  • Operation Id: RestorableDroppedManagedDatabases_Get
  • Default Api Version: 2021-05-01-preview
  • Resource: RestorableDroppedManagedDatabaseResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.RestorableDroppedManagedDatabaseResource>> GetIfExistsAsync (string restorableDroppedDatabaseId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.RestorableDroppedManagedDatabaseResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.RestorableDroppedManagedDatabaseResource>>
Public Overridable Function GetIfExistsAsync (restorableDroppedDatabaseId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of RestorableDroppedManagedDatabaseResource))

Parameters

restorableDroppedDatabaseId
String

The String to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

restorableDroppedDatabaseId is null.

Applies to