Freigeben über


RestorableDroppedSqlPoolsOperationsExtensions.GetAsync Methode

Definition

Ruft einen gelöschten SQL-Pool ab, der wiederhergestellt werden kann.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool> GetAsync (this Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations operations, string resourceGroupName, string workspaceName, string restorableDroppedSqlPoolId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool>
<Extension()>
Public Function GetAsync (operations As IRestorableDroppedSqlPoolsOperations, resourceGroupName As String, workspaceName As String, restorableDroppedSqlPoolId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RestorableDroppedSqlPool)

Parameter

operations
IRestorableDroppedSqlPoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs.

restorableDroppedSqlPoolId
String

Die ID des gelöschten Sql-Pools in Form von sqlPoolName,deletionTimeInFileTimeFormat

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: