次の方法で共有


ServerSecurityAlertPolicy type

ワークスペースで管理される Sql Server セキュリティ アラート ポリシー。

type ServerSecurityAlertPolicy = ProxyResource & {
  creationTime?: Date
  disabledAlerts?: string[]
  emailAccountAdmins?: boolean
  emailAddresses?: string[]
  retentionDays?: number
  state?: SecurityAlertPolicyState
  storageAccountAccessKey?: string
  storageEndpoint?: string
}