Поделиться через


SqlPoolSecurityAlertPolicy type

Политика оповещений системы безопасности пула SQL.

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