ExtendedSqlPoolBlobAuditingPolicy type
Расширенная политика аудита BLOB-объектов пула SQL.
type ExtendedSqlPoolBlobAuditingPolicy = ProxyResource & {
auditActionsAndGroups?: string[]
isAzureMonitorTargetEnabled?: boolean
isStorageSecondaryKeyInUse?: boolean
predicateExpression?: string
queueDelayMs?: number
retentionDays?: number
state?: BlobAuditingPolicyState
storageAccountAccessKey?: string
storageAccountSubscriptionId?: string
storageEndpoint?: string
}