次の方法で共有


SqlPoolSecurityAlertPolicy type

Sql プールのセキュリティ アラート ポリシー。

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