EncryptionProtectorsOperations interface
介面代表加密保護者操作。
屬性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
更新現有的加密保護器。 |
| get | 取得伺服器加密保護裝置。 |
| list |
取得伺服器加密保護器清單 |
| revalidate | 重新驗證現有的加密保護程式。 |
屬性詳細資料
beginCreateOrUpdate
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
beginCreateOrUpdateAndWait
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<EncryptionProtector>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<EncryptionProtector>
beginRevalidate
警告
此 API 現已淘汰。
use revalidate instead
beginRevalidate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginRevalidateAndWait
警告
此 API 現已淘汰。
use revalidate instead
beginRevalidateAndWait: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<void>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<void>
createOrUpdate
更新現有的加密保護器。
createOrUpdate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EncryptionProtector>, EncryptionProtector>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EncryptionProtector>, EncryptionProtector>
get
取得伺服器加密保護裝置。
get: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams) => Promise<EncryptionProtector>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams) => Promise<EncryptionProtector>
listByServer
取得伺服器加密保護器清單
listByServer: (resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams) => PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
屬性值
(resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams) => PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
revalidate
重新驗證現有的加密保護程式。
revalidate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>