Compartir a través de


Budget.Notifications Propiedad

Definición

Obtiene o establece el diccionario de notificaciones asociadas al presupuesto. El presupuesto puede tener hasta cinco notificaciones.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.notifications")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Consumption.Models.Notification> Notifications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.notifications")>]
member this.Notifications : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Consumption.Models.Notification> with get, set
Public Property Notifications As IDictionary(Of String, Notification)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a