WorkspaceManagedSqlServerEncryptionProtector interface
表示 WorkspaceManagedSqlServerEncryptionProtector 的接口。
方法
| begin |
更新工作区托管 SQL Server 的加密保护程序。 |
| begin |
更新工作区托管 SQL Server 的加密保护程序。 |
| begin |
重新评估工作区托管 SQL Server 的现有加密保护程序。 |
| begin |
重新评估工作区托管 SQL Server 的现有加密保护程序。 |
| get(string, string, string, Workspace |
获取工作区托管 SQL Server 的加密保护程序。 |
| list(string, string, Workspace |
获取工作区托管 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
请求的加密保护程序资源状态。
返回
Promise<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
加密保护程序的名称。
返回
Promise<EncryptionProtector>
list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)
获取工作区托管 SQL Server 的加密保护程序列表。
function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- workspaceName
-
string
工作区的名称。