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!'
Avvisi avanzati
Gli avvisi possono contenere qualsiasi componente e anche un titolo.

API
Ultimo aggiornamento
È stato utile?