次の方法で共有


EventData.Status プロパティ

定義

操作の状態を説明する文字列を取得します。 一般的な値には、Started、In progress、Succeeded、Failed、Resolved があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象