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 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
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 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
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
}
}
정의
Name | Description |
---|---|
Encryption |
서버 암호화 보호기입니다. |
Encryption |
검색할 암호화 보호기의 이름입니다. |
Server |
'ServiceManaged', 'AzureKeyVault'와 같은 암호화 보호기 유형입니다. |
EncryptionProtector
서버 암호화 보호기입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
kind |
string |
암호화 보호기의 종류입니다. Azure Portal 환경에 사용되는 메타데이터입니다. |
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
검색할 암호화 보호기의 이름입니다.
Name | 형식 | Description |
---|---|---|
current |
string |
ServerKeyType
'ServiceManaged', 'AzureKeyVault'와 같은 암호화 보호기 유형입니다.
Name | 형식 | Description |
---|---|---|
AzureKeyVault |
string |
|
ServiceManaged |
string |