Server Keys - Create Or Update
Bir sunucu anahtarı oluşturur veya güncelleştirir.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/keys/{keyName}?api-version=2021-11-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
key
|
path | True |
string |
Üzerinde çalıştırılacak sunucu anahtarının adı (güncelleştirilmiş veya oluşturulmuş). Anahtar adının 'vault_key_version' biçiminde olması gerekir. Örneğin keyId değeri ise https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersionsunucu anahtarı adı şu şekilde biçimlendirilmelidir: YourVaultName_YourKeyName_YourKeyVersion |
resource
|
path | True |
string |
Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz. |
server
|
path | True |
string |
Sunucunun adı. |
subscription
|
path | True |
string |
Azure aboneliğini tanımlayan abonelik kimliği. |
api-version
|
query | True |
string |
İstek için kullanılacak API sürümü. |
İstek Gövdesi
Name | Gerekli | Tür | Description |
---|---|---|---|
properties.serverKeyType | True |
'ServiceManaged', 'AzureKeyVault' gibi sunucu anahtarı türü. |
|
properties.uri |
string |
Sunucu anahtarının URI'si. ServerKeyType AzureKeyVault ise URI gereklidir. AKV URI'sinin şu biçimde olması gerekir: 'https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersion' |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Sunucu anahtarı başarıyla güncelleştirildi. |
|
201 Created |
Sunucu anahtarı başarıyla oluşturuldu. |
|
202 Accepted |
Kabul edildi |
|
Other Status Codes |
Hata Yanıtları: ***
|
Örnekler
Creates or updates a server key
Örnek isteği
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-7398/providers/Microsoft.Sql/servers/sqlcrudtest-4645/keys/someVault_someKey_01234567890123456789012345678901?api-version=2021-11-01
{
"properties": {
"serverKeyType": "AzureKeyVault",
"uri": "https://someVault.vault.azure.net/keys/someKey/01234567890123456789012345678901"
}
}
Örnek yanıt
{
"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
}
}
{
"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
}
}
Tanımlar
Name | Description |
---|---|
Server |
Sunucu anahtarı. |
Server |
'ServiceManaged', 'AzureKeyVault' gibi sunucu anahtarı türü. |
ServerKey
Sunucu anahtarı.
Name | Tür | Description |
---|---|---|
id |
string |
Kaynak Kimliği. |
kind |
string |
Şifreleme koruyucusu gibi. Bu, Azure portal deneyimi için kullanılan meta verilerdir. |
location |
string |
Kaynak konumu. |
name |
string |
Kaynak adı. |
properties.autoRotationEnabled |
boolean |
Anahtar otomatik döndürme kabul bayrağı. True veya false. |
properties.creationDate |
string |
Sunucu anahtarı oluşturma tarihi. |
properties.serverKeyType |
'ServiceManaged', 'AzureKeyVault' gibi sunucu anahtarı türü. |
|
properties.subregion |
string |
Sunucu anahtarının alt kaydı. |
properties.thumbprint |
string |
Sunucu anahtarının parmak izi. |
properties.uri |
string |
Sunucu anahtarının URI'si. ServerKeyType AzureKeyVault ise URI gereklidir. AKV URI'sinin şu biçimde olması gerekir: 'https://YourVaultName.vault.azure.net/keys/YourKeyName/YourKeyVersion' |
type |
string |
Kaynak türü. |
ServerKeyType
'ServiceManaged', 'AzureKeyVault' gibi sunucu anahtarı türü.
Name | Tür | Description |
---|---|---|
AzureKeyVault |
string |
|
ServiceManaged |
string |