ManagedInstanceEncryptionProtectorsOperations interface

Interfejs reprezentujący operacje ManagedInstanceEncryptionProtectors.

Właściwości

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginRevalidate
beginRevalidateAndWait
createOrUpdate

Aktualizuje istniejącą ochronę szyfrowaną.

get

Otrzymuje chronioną ochronę szyfrowania zarządzanej instancji.

listByInstance

Otrzymuje listę chronionych zabezpieczeń szyfrowania zarządzanych instancji

revalidate

Ponownie weryfikuje istniejącą funkcję ochrony szyfrowania.

Szczegóły właściwości

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginRevalidate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use revalidate instead

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

Wartość właściwości

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

beginRevalidateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use revalidate instead

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

Wartość właściwości

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

createOrUpdate

Aktualizuje istniejącą ochronę szyfrowaną.

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

Wartość właściwości

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

get

Otrzymuje chronioną ochronę szyfrowania zarządzanej instancji.

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

Wartość właściwości

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

listByInstance

Otrzymuje listę chronionych zabezpieczeń szyfrowania zarządzanych instancji

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

Wartość właściwości

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

revalidate

Ponownie weryfikuje istniejącą funkcję ochrony szyfrowania.

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

Wartość właściwości

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