次の方法で共有


AzureFileshareProtectedItem.HealthStatus プロパティ

定義

このバックアップ項目のバックアップの実行状態を取得または設定します。 指定できる値は、'Passed'、'ActionRequired'、'ActionSuggested'、'Invalid' です。

[Newtonsoft.Json.JsonProperty(PropertyName="healthStatus")]
public string HealthStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="healthStatus")>]
member this.HealthStatus : string with get, set
Public Property HealthStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象