次の方法で共有


BackupJobCreationType 列挙型

定義

BackupJobCreationType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum BackupJobCreationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type BackupJobCreationType = 
Public Enum BackupJobCreationType
継承
BackupJobCreationType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Adhoc 0
BySchedule 1
BySSM 2

適用対象