你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Encryption Protectors - Get
获取服务器加密保护程序。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/current?api-version=2021-11-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
encryption
|
path | True |
要检索的加密保护程序的名称。 |
|
resource
|
path | True |
string |
包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。 |
server
|
path | True |
string |
服务器的名称。 |
subscription
|
path | True |
string |
用于标识 Azure 订阅的订阅 ID。 |
api-version
|
query | True |
string |
要用于请求的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
已成功检索指定的服务器加密保护程序。 |
|
Other Status Codes |
错误响应: ***
|
示例
Get the encryption protector
示例请求
示例响应
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-7398/providers/Microsoft.Sql/servers/sqlcrudtest-4645/encryptionProtector/current",
"name": "current",
"type": "Microsoft.Sql/servers/encryptionProtector",
"location": "Japan East",
"kind": "azurekeyvault",
"properties": {
"serverKeyName": "someVault_someKey_01234567890123456789012345678901",
"serverKeyType": "AzureKeyVault",
"uri": "https://someVault.vault.azure.net/keys/someKey/01234567890123456789012345678901",
"autoRotationEnabled": false
}
}
定义
名称 | 说明 |
---|---|
Encryption |
服务器加密保护程序。 |
Encryption |
要检索的加密保护程序的名称。 |
Server |
加密保护程序类型,如“ServiceManaged”、“AzureKeyVault”。 |
EncryptionProtector
服务器加密保护程序。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
kind |
string |
加密保护程序的种类。 这是用于Azure 门户体验的元数据。 |
location |
string |
资源位置。 |
name |
string |
资源名称。 |
properties.autoRotationEnabled |
boolean |
密钥自动轮换选择加入标志。 true 或 false。 |
properties.serverKeyName |
string |
服务器密钥的名称。 |
properties.serverKeyType |
加密保护程序类型,如“ServiceManaged”、“AzureKeyVault”。 |
|
properties.subregion |
string |
加密保护程序的子区域。 |
properties.thumbprint |
string |
服务器密钥的指纹。 |
properties.uri |
string |
服务器密钥的 URI。 |
type |
string |
资源类型。 |
EncryptionProtectorName
要检索的加密保护程序的名称。
名称 | 类型 | 说明 |
---|---|---|
current |
string |
ServerKeyType
加密保护程序类型,如“ServiceManaged”、“AzureKeyVault”。
名称 | 类型 | 说明 |
---|---|---|
AzureKeyVault |
string |
|
ServiceManaged |
string |