Server Keys - Get
서버 키를 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/keys/{keyName}?api-version=2021-11-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
key
|
path | True |
string |
검색할 서버 키의 이름입니다. |
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 server key
샘플 요청
샘플 응답
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-7398/providers/Microsoft.Sql/servers/sqlcrudtest-4645/keys/someVault_someKey_01234567890123456789012345678901",
"name": "sqlcrudtest-4645",
"type": "Microsoft.Sql/servers/keys",
"location": "Japan East",
"kind": "azurekeyvault",
"properties": {
"thumbprint": "00112233445566778899AABBCCDDEEFFAABBCCDD",
"creationDate": "2020-11-15T00:00:00Z",
"autoRotationEnabled": false
}
}
정의
Name | Description |
---|---|
Server |
서버 키입니다. |
Server |
'ServiceManaged', 'AzureKeyVault'와 같은 서버 키 형식입니다. |
ServerKey
서버 키입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
kind |
string |
암호화 보호기의 종류입니다. Azure Portal 환경에 사용되는 메타데이터입니다. |
location |
string |
리소스 위치. |
name |
string |
리소스 이름입니다. |
properties.autoRotationEnabled |
boolean |
키 자동 회전 옵트인 플래그입니다. true 또는 false입니다. |
properties.creationDate |
string |
서버 키 만들기 날짜입니다. |
properties.serverKeyType |
'ServiceManaged', 'AzureKeyVault'와 같은 서버 키 형식입니다. |
|
properties.subregion |
string |
서버 키의 하위 리소스입니다. |
properties.thumbprint |
string |
서버 키의 지문입니다. |
properties.uri |
string |
서버 키의 URI입니다. ServerKeyType이 AzureKeyVault인 경우 URI가 필요합니다. AKV URI는 'https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersion' 형식이어야 합니다. |
type |
string |
리소스 종류. |
ServerKeyType
'ServiceManaged', 'AzureKeyVault'와 같은 서버 키 형식입니다.
Name | 형식 | Description |
---|---|---|
AzureKeyVault |
string |
|
ServiceManaged |
string |