RestorableDroppedSqlPools interface
Interfaccia che rappresenta un restorableDroppedSqlPools.
Metodi
| get(string, string, string, Restorable |
Ottiene un pool SQL eliminato che può essere ripristinato |
| list |
Ottiene un elenco di pool SQL eliminati che possono essere ripristinati |
Dettagli metodo
get(string, string, string, RestorableDroppedSqlPoolsGetOptionalParams)
Ottiene un pool SQL eliminato che può essere ripristinato
function get(resourceGroupName: string, workspaceName: string, restorableDroppedSqlPoolId: string, options?: RestorableDroppedSqlPoolsGetOptionalParams): Promise<RestorableDroppedSqlPool>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- restorableDroppedSqlPoolId
-
string
ID del pool SQL eliminato sotto forma di sqlPoolName,deletionTimeInFileTimeFormat
Parametri delle opzioni.
Restituisce
Promise<RestorableDroppedSqlPool>
listByWorkspace(string, string, RestorableDroppedSqlPoolsListByWorkspaceOptionalParams)
Ottiene un elenco di pool SQL eliminati che possono essere ripristinati
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: RestorableDroppedSqlPoolsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<RestorableDroppedSqlPool, RestorableDroppedSqlPool[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
Parametri delle opzioni.