RestorableDroppedSqlPoolsOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET