RestorableDroppedSqlPoolsOperationsExtensions.Get 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 Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool Get (this Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations operations, string resourceGroupName, string workspaceName, string restorableDroppedSqlPoolId);
static member Get : Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool
<Extension()>
Public Function Get (operations As IRestorableDroppedSqlPoolsOperations, resourceGroupName As String, workspaceName As String, restorableDroppedSqlPoolId As String) As 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
Gibt zurück
Gilt für:
Azure SDK for .NET