EncryptionProtectorsOperations interface

Интерфейс, представляющий операции EncryptionProtectors.

Свойства

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginRevalidate
beginRevalidateAndWait
createOrUpdate

Обновляет существующий защитный механизм шифрования.

get

Возвращает средство защиты шифрования сервера.

listByServer

Получает список защитников шифрования серверов

revalidate

Повторно проверяет существующий протектор шифрования.

Сведения о свойстве

beginCreateOrUpdate

Предупреждение

Теперь этот API является нерекомендуемым.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>

beginCreateOrUpdateAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<EncryptionProtector>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<EncryptionProtector>

beginRevalidate

Предупреждение

Теперь этот API является нерекомендуемым.

use revalidate instead

beginRevalidate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginRevalidateAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use revalidate instead

beginRevalidateAndWait: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<void>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<void>

createOrUpdate

Обновляет существующий защитный механизм шифрования.

createOrUpdate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EncryptionProtector>, EncryptionProtector>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EncryptionProtector>, EncryptionProtector>

get

Возвращает средство защиты шифрования сервера.

get: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams) => Promise<EncryptionProtector>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams) => Promise<EncryptionProtector>

listByServer

Получает список защитников шифрования серверов

listByServer: (resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams) => PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

Значение свойства

(resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams) => PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

revalidate

Повторно проверяет существующий протектор шифрования.

revalidate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>

Значение свойства

(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>