ManagedInstanceEncryptionProtectorsOperations interface

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

Свойства

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginRevalidate
beginRevalidateAndWait
createOrUpdate

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

get

Получает управляемый протектор шифрования экземпляра.

listByInstance

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

revalidate

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

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

beginCreateOrUpdate

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

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, parameters: ManagedInstanceEncryptionProtector, options?: ManagedInstanceEncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceEncryptionProtector>, ManagedInstanceEncryptionProtector>>

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

(resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, parameters: ManagedInstanceEncryptionProtector, options?: ManagedInstanceEncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceEncryptionProtector>, ManagedInstanceEncryptionProtector>>

beginCreateOrUpdateAndWait

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

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, parameters: ManagedInstanceEncryptionProtector, options?: ManagedInstanceEncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceEncryptionProtector>

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

(resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, parameters: ManagedInstanceEncryptionProtector, options?: ManagedInstanceEncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceEncryptionProtector>

beginRevalidate

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

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

use revalidate instead

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

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

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

beginRevalidateAndWait

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

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

use revalidate instead

beginRevalidateAndWait: (resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, options?: ManagedInstanceEncryptionProtectorsRevalidateOptionalParams) => Promise<void>

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

(resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, options?: ManagedInstanceEncryptionProtectorsRevalidateOptionalParams) => Promise<void>

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, parameters: ManagedInstanceEncryptionProtector, options?: ManagedInstanceEncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceEncryptionProtector>, ManagedInstanceEncryptionProtector>

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

(resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, parameters: ManagedInstanceEncryptionProtector, options?: ManagedInstanceEncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceEncryptionProtector>, ManagedInstanceEncryptionProtector>

get

Получает управляемый протектор шифрования экземпляра.

get: (resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, options?: ManagedInstanceEncryptionProtectorsGetOptionalParams) => Promise<ManagedInstanceEncryptionProtector>

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

(resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, options?: ManagedInstanceEncryptionProtectorsGetOptionalParams) => Promise<ManagedInstanceEncryptionProtector>

listByInstance

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

listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceEncryptionProtectorsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceEncryptionProtector, ManagedInstanceEncryptionProtector[], PageSettings>

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

(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceEncryptionProtectorsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceEncryptionProtector, ManagedInstanceEncryptionProtector[], PageSettings>

revalidate

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

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

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

(resourceGroupName: string, managedInstanceName: string, encryptionProtectorName: string, options?: ManagedInstanceEncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>