Udostępnij przez


ServerSecurityAlertPolicy type

Zasady alertów zabezpieczeń programu Sql Server zarządzane przez obszar roboczy.

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