次の方法で共有


SmsReceiver.Status プロパティ

定義

レシーバーの状態を取得します。 指定できる値は、'NotSpecified'、'Enabled'、'Disabled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.Monitor.Models.ReceiverStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.Monitor.Models.ReceiverStatus>
Public ReadOnly Property Status As Nullable(Of ReceiverStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象