次の方法で共有


AlertSettings.NotificationToServiceOwners プロパティ

定義

管理者に対してアラート通知を有効にするかどうかを示す値を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.notificationToServiceOwners")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.AlertEmailNotificationStatus? NotificationToServiceOwners { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.notificationToServiceOwners")>]
member this.NotificationToServiceOwners : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.AlertEmailNotificationStatus> with get, set
Public Property NotificationToServiceOwners As Nullable(Of AlertEmailNotificationStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象