你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

加密保护程序的名称。

返回

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

获取工作区托管 SQL Server 的加密保护程序列表。

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

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

返回