Aracılığıyla paylaş


RestorableDroppedSqlPools interface

RestoreableDroppedSqlPools'u temsil eden arabirim.

Yöntemler

get(string, string, string, RestorableDroppedSqlPoolsGetOptionalParams)

Geri yüklenebilen silinmiş bir SQL havuzunu alır

listByWorkspace(string, string, RestorableDroppedSqlPoolsListByWorkspaceOptionalParams)

Geri yüklenebilen silinmiş Sql havuzlarının listesini alır

Yöntem Ayrıntıları

get(string, string, string, RestorableDroppedSqlPoolsGetOptionalParams)

Geri yüklenebilen silinmiş bir SQL havuzunu alır

function get(resourceGroupName: string, workspaceName: string, restorableDroppedSqlPoolId: string, options?: RestorableDroppedSqlPoolsGetOptionalParams): Promise<RestorableDroppedSqlPool>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

restorableDroppedSqlPoolId

string

Silinen Sql Havuzunun kimliği sqlPoolName,deletionTimeInFileTimeFormat biçiminde

options
RestorableDroppedSqlPoolsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByWorkspace(string, string, RestorableDroppedSqlPoolsListByWorkspaceOptionalParams)

Geri yüklenebilen silinmiş Sql havuzlarının listesini alır

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: RestorableDroppedSqlPoolsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<RestorableDroppedSqlPool, RestorableDroppedSqlPool[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının adı.

options
RestorableDroppedSqlPoolsListByWorkspaceOptionalParams

Seçenekler parametreleri.

Döndürülenler