Microsoft.Sql servers/auditingPolicies 2014-04-01
Bicep 資源定義
伺服器/auditingPolicies 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Sql/servers/auditingPolicies 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Sql/servers/auditingPolicies@2014-04-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
auditingState: 'string'
auditLogsTableName: 'string'
eventTypesToAudit: 'string'
fullAuditLogsTableName: 'string'
retentionDays: 'string'
storageAccountKey: 'string'
storageAccountName: 'string'
storageAccountResourceGroupName: 'string'
storageAccountSecondaryKey: 'string'
storageAccountSubscriptionId: 'string'
storageTableEndpoint: 'string'
}
}
屬性值
Microsoft.Sql/servers/auditingPolicies
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:伺服器 |
性能 | 資源屬性。 | ServerTableAuditingPolicyProperties |
ServerTableAuditingPolicyProperties
名字 | 描述 | 價值 |
---|---|---|
auditingState | 原則的狀態。 | 字串 |
auditLogsTableName | 稽核記錄數據表名稱。 | 字串 |
eventTypesToAudit | 要稽核的事件類型逗號分隔清單。 | 字串 |
fullAuditLogsTableName | 完整的稽核記錄數據表名稱。 | 字串 |
retentionDays | 要保留在稽核記錄中的天數。 | 字串 |
storageAccountKey | 稽核記憶體帳戶的金鑰。 | 字串 |
storageAccountName | 數據表記憶體帳戶名稱 | 字串 |
storageAccountResourceGroupName | 數據表記憶體帳戶資源組名 | 字串 |
storageAccountSecondaryKey | 稽核記憶體帳戶的次要金鑰。 | 字串 |
storageAccountSubscriptionId | 數據表記憶體訂用帳戶標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
storageTableEndpoint | 記憶體數據表端點。 | 字串 |
ARM 樣本資源定義
伺服器/auditingPolicies 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Sql/servers/auditingPolicies 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Sql/servers/auditingPolicies",
"apiVersion": "2014-04-01",
"name": "string",
"properties": {
"auditingState": "string",
"auditLogsTableName": "string",
"eventTypesToAudit": "string",
"fullAuditLogsTableName": "string",
"retentionDays": "string",
"storageAccountKey": "string",
"storageAccountName": "string",
"storageAccountResourceGroupName": "string",
"storageAccountSecondaryKey": "string",
"storageAccountSubscriptionId": "string",
"storageTableEndpoint": "string"
}
}
屬性值
Microsoft.Sql/servers/auditingPolicies
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2014-04-01' |
名字 | 資源名稱 | 'default' (必要) |
性能 | 資源屬性。 | ServerTableAuditingPolicyProperties |
類型 | 資源類型 | 'Microsoft.Sql/servers/auditingPolicies' |
ServerTableAuditingPolicyProperties
名字 | 描述 | 價值 |
---|---|---|
auditingState | 原則的狀態。 | 字串 |
auditLogsTableName | 稽核記錄數據表名稱。 | 字串 |
eventTypesToAudit | 要稽核的事件類型逗號分隔清單。 | 字串 |
fullAuditLogsTableName | 完整的稽核記錄數據表名稱。 | 字串 |
retentionDays | 要保留在稽核記錄中的天數。 | 字串 |
storageAccountKey | 稽核記憶體帳戶的金鑰。 | 字串 |
storageAccountName | 數據表記憶體帳戶名稱 | 字串 |
storageAccountResourceGroupName | 數據表記憶體帳戶資源組名 | 字串 |
storageAccountSecondaryKey | 稽核記憶體帳戶的次要金鑰。 | 字串 |
storageAccountSubscriptionId | 數據表記憶體訂用帳戶標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
storageTableEndpoint | 記憶體數據表端點。 | 字串 |
Terraform (AzAPI 提供者) 資源定義
伺服器/auditingPolicies 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Sql/servers/auditingPolicies 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Sql/servers/auditingPolicies@2014-04-01"
name = "string"
body = jsonencode({
properties = {
auditingState = "string"
auditLogsTableName = "string"
eventTypesToAudit = "string"
fullAuditLogsTableName = "string"
retentionDays = "string"
storageAccountKey = "string"
storageAccountName = "string"
storageAccountResourceGroupName = "string"
storageAccountSecondaryKey = "string"
storageAccountSubscriptionId = "string"
storageTableEndpoint = "string"
}
})
}
屬性值
Microsoft.Sql/servers/auditingPolicies
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:伺服器 |
性能 | 資源屬性。 | ServerTableAuditingPolicyProperties |
類型 | 資源類型 | “Microsoft.Sql/servers/auditingPolicies@2014-04-01” |
ServerTableAuditingPolicyProperties
名字 | 描述 | 價值 |
---|---|---|
auditingState | 原則的狀態。 | 字串 |
auditLogsTableName | 稽核記錄數據表名稱。 | 字串 |
eventTypesToAudit | 要稽核的事件類型逗號分隔清單。 | 字串 |
fullAuditLogsTableName | 完整的稽核記錄數據表名稱。 | 字串 |
retentionDays | 要保留在稽核記錄中的天數。 | 字串 |
storageAccountKey | 稽核記憶體帳戶的金鑰。 | 字串 |
storageAccountName | 數據表記憶體帳戶名稱 | 字串 |
storageAccountResourceGroupName | 數據表記憶體帳戶資源組名 | 字串 |
storageAccountSecondaryKey | 稽核記憶體帳戶的次要金鑰。 | 字串 |
storageAccountSubscriptionId | 數據表記憶體訂用帳戶標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
storageTableEndpoint | 記憶體數據表端點。 | 字串 |