Alerta
Las alertas ofrecen una forma sencilla de comunicar información a un usuario.
Alertas simples
Las alertas tienen cuatro gravedades distintas y pueden incluir texto u otro contenido.
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!'
Alertas avanzadas
Las alertas pueden contener cualquier componente y también un título.

API
Última actualización
¿Te fue útil?