次の方法で共有


BackupPolicy.ScheduledBackupStatus プロパティ

定義

Gets は、バックアップ ポリシー内の少なくとも 1 つのスケジュールがアクティブかどうかを示します。 使用可能な値は 'Disabled'、'Enabled' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象