For the complete documentation index, see llms.txt. This page is also available as Markdown.

Avviso

Gli avvisi offrono un modo semplice per comunicare informazioni a un utente.

Avvisi semplici

Gli avvisi hanno quattro diversi livelli di gravità e possono includere testo o altri contenuti.

New-UDAlert -Severity 'error' -Text 'This is an error alert — check it out!' 
New-UDAlert -Severity 'warning' -Text 'This is an warning alert — check it out!'
New-UDAlert -Severity 'info' -Text 'This is an error info — check it out!' 
New-UDAlert -Severity 'success' -Text 'This is an success alert — check it out!'
Tipi di avviso

Avvisi avanzati

Gli avvisi possono contenere qualsiasi componente e anche un titolo.

Avvisi avanzati

API

New-UDAlert

Ultimo aggiornamento

È stato utile?