다음을 통해 공유


WorkspaceManagedSqlServerEncryptionProtector interface

WorkspaceManagedSqlServerEncryptionProtector를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

작업 영역 관리 SQL Server의 암호화 보호기를 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

작업 영역 관리 SQL Server의 암호화 보호기를 업데이트합니다.

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

작업 영역 관리 SQL Server의 기존 암호화 보호기 유효성을 다시 검사합니다.

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

작업 영역 관리 SQL Server의 기존 암호화 보호기 유효성을 다시 검사합니다.

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

작업 영역 관리 SQL Server의 암호화 보호기를 가져옵니다.

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

작업 영역 관리 SQL Server에 대한 암호화 보호기 목록을 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

작업 영역 관리 SQL Server의 암호화 보호기를 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EncryptionProtector>, EncryptionProtector>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

encryptionProtectorName

string

암호화 보호기의 이름입니다.

parameters
EncryptionProtector

요청된 암호화 보호기 리소스 상태입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<EncryptionProtector>, EncryptionProtector>>

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

작업 영역 관리 SQL Server의 암호화 보호기를 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<EncryptionProtector>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

encryptionProtectorName

string

암호화 보호기의 이름입니다.

parameters
EncryptionProtector

요청된 암호화 보호기 리소스 상태입니다.

반환

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

작업 영역 관리 SQL Server의 기존 암호화 보호기 유효성을 다시 검사합니다.

function beginRevalidate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

encryptionProtectorName

string

암호화 보호기의 이름입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

작업 영역 관리 SQL Server의 기존 암호화 보호기 유효성을 다시 검사합니다.

function beginRevalidateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

encryptionProtectorName

string

암호화 보호기의 이름입니다.

반환

Promise<void>

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

작업 영역 관리 SQL Server의 암호화 보호기를 가져옵니다.

function get(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams): Promise<EncryptionProtector>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

encryptionProtectorName

string

암호화 보호기의 이름입니다.

options
WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

작업 영역 관리 SQL Server에 대한 암호화 보호기 목록을 가져옵니다.

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

반환