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>