Database Advanced Threat Protection Settings - Create Or Update
データベースの Advanced Threat Protection 状態を作成または更新します。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advancedThreatProtectionSettings/Default?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
advanced
|
path | True |
Advanced Threat Protection 状態の名前。 |
|
database
|
path | True |
string |
データベースの名前。 |
resource
|
path | True |
string |
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求に使用する API バージョン。 |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
properties.state | True |
Advanced Threat Protection の状態を指定します。有効か無効か、特定のデータベースまたはサーバーに状態がまだ適用されていません。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
データベースの Advanced Threat Protection の状態を正常に設定しました。 |
|
201 Created |
データベース Advanced Threat Protection の状態が正常に作成されました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Update a database's Advanced Threat Protection settings with all parameters |
Update a database's Advanced Threat Protection settings with minimal parameters |
Update a database's Advanced Threat Protection settings with all parameters
要求のサンプル
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/databases/testdb/advancedThreatProtectionSettings/Default?api-version=2021-11-01
{
"properties": {
"state": "Enabled"
}
}
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/advancedThreatProtectionSettings/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/advancedThreatProtectionSettings",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-04-03T04:41:33.937Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-04-03T04:41:33.937Z"
},
"properties": {
"state": "Enabled",
"creationTime": "2022-04-03T04:41:33.937Z"
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/advancedThreatProtectionSettings/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/advancedThreatProtectionSettings",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-04-03T04:41:33.937Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-04-03T04:41:33.937Z"
},
"properties": {
"state": "Enabled",
"creationTime": "2022-04-03T04:41:33.937Z"
}
}
Update a database's Advanced Threat Protection settings with minimal parameters
要求のサンプル
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/databases/testdb/advancedThreatProtectionSettings/Default?api-version=2021-11-01
{
"properties": {
"state": "Disabled"
}
}
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/advancedThreatProtectionSettings/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/advancedThreatProtectionSettings",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-04-03T04:41:33.937Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-04-03T04:41:33.937Z"
},
"properties": {
"state": "Disabled",
"creationTime": "2022-04-03T04:41:33.937Z"
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/threatprotection-4799/providers/Microsoft.Sql/servers/threatprotection-6440/advancedThreatProtectionSettings/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/advancedThreatProtectionSettings",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2022-04-03T04:41:33.937Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-04-03T04:41:33.937Z"
},
"properties": {
"state": "Disabled",
"creationTime": "2022-04-03T04:41:33.937Z"
}
}
定義
名前 | 説明 |
---|---|
Advanced |
Advanced Threat Protection 状態の名前。 |
Advanced |
Advanced Threat Protection の状態を指定します。有効か無効か、特定のデータベースまたはサーバーに状態がまだ適用されていません。 |
created |
リソースを作成した ID の種類。 |
Database |
データベースの Advanced Threat Protection。 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
AdvancedThreatProtectionName
Advanced Threat Protection 状態の名前。
値 | 説明 |
---|---|
Default |
AdvancedThreatProtectionState
Advanced Threat Protection の状態を指定します。有効か無効か、特定のデータベースまたはサーバーに状態がまだ適用されていません。
値 | 説明 |
---|---|
Disabled | |
Enabled | |
New |
createdByType
リソースを作成した ID の種類。
値 | 説明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
DatabaseAdvancedThreatProtection
データベースの Advanced Threat Protection。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID。 |
name |
string |
リソース名。 |
properties.creationTime |
string (date-time) |
ポリシーの UTC 作成時刻を指定します。 |
properties.state |
Advanced Threat Protection の状態を指定します。有効か無効か、特定のデータベースまたはサーバーに状態がまだ適用されていません。 |
|
systemData |
AdvancedThreatProtectionResource の SystemData。 |
|
type |
string |
リソースの種類。 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string (date-time) |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string (date-time) |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |