Freigeben über


SynapseRestorePointCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft einen Wiederherstellungspunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/restorePoints/{restorePointName}
  • Vorgangs-IdSqlPoolRestorePoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseRestorePointResource>> GetAsync (string restorePointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseRestorePointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseRestorePointResource>>
Public Overridable Function GetAsync (restorePointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseRestorePointResource))

Parameter

restorePointName
String

Der Name des Wiederherstellungspunkts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

restorePointName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

restorePointName ist NULL.

Gilt für: