TransparentDataEncryptionsOperations interface
Interfaz que representa una operación de TransparentDataEncryptions.
Propiedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Actualiza la configuración transparente de cifrado de datos de una base de datos lógica. |
| get | Obtiene el cifrado transparente de los datos de una base de datos lógica. |
| list |
Obtiene una lista del cifrado transparente de datos de la base de datos lógica. |
| resume | Reanudar la configuración continua de Cifrado de datos transparente de la base de datos lógica. |
| suspend | Suspende la configuración de escaneo de la base de datos lógica en curso de Cifrado de datos transparente. |
Detalles de las propiedades
beginCreateOrUpdate
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
beginCreateOrUpdateAndWait
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
beginResume
Advertencia
Esta API ya está en desuso.
use resume instead
beginResume: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsResumeOptionalParams) => Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsResumeOptionalParams) => Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
beginResumeAndWait
Advertencia
Esta API ya está en desuso.
use resume instead
beginResumeAndWait: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsResumeOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsResumeOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
beginSuspend
Advertencia
Esta API ya está en desuso.
use suspend instead
beginSuspend: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsSuspendOptionalParams) => Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsSuspendOptionalParams) => Promise<SimplePollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>>
beginSuspendAndWait
Advertencia
Esta API ya está en desuso.
use suspend instead
beginSuspendAndWait: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsSuspendOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsSuspendOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
createOrUpdate
Actualiza la configuración transparente de cifrado de datos de una base de datos lógica.
createOrUpdate: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, parameters: LogicalDatabaseTransparentDataEncryption, options?: TransparentDataEncryptionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>
get
Obtiene el cifrado transparente de los datos de una base de datos lógica.
get: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsGetOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsGetOptionalParams) => Promise<LogicalDatabaseTransparentDataEncryption>
listByDatabase
Obtiene una lista del cifrado transparente de datos de la base de datos lógica.
listByDatabase: (resourceGroupName: string, serverName: string, databaseName: string, options?: TransparentDataEncryptionsListByDatabaseOptionalParams) => PagedAsyncIterableIterator<LogicalDatabaseTransparentDataEncryption, LogicalDatabaseTransparentDataEncryption[], PageSettings>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, options?: TransparentDataEncryptionsListByDatabaseOptionalParams) => PagedAsyncIterableIterator<LogicalDatabaseTransparentDataEncryption, LogicalDatabaseTransparentDataEncryption[], PageSettings>
resume
Reanudar la configuración continua de Cifrado de datos transparente de la base de datos lógica.
resume: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsResumeOptionalParams) => PollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsResumeOptionalParams) => PollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>
suspend
Suspende la configuración de escaneo de la base de datos lógica en curso de Cifrado de datos transparente.
suspend: (resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsSuspendOptionalParams) => PollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>
Valor de propiedad
(resourceGroupName: string, serverName: string, databaseName: string, tdeName: string, options?: TransparentDataEncryptionsSuspendOptionalParams) => PollerLike<OperationState<LogicalDatabaseTransparentDataEncryption>, LogicalDatabaseTransparentDataEncryption>