BackupJobCreationType Enum

Definition

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum BackupJobCreationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type BackupJobCreationType = 
Public Enum BackupJobCreationType
Inheritance
BackupJobCreationType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Adhoc 0
BySchedule 1
BySSM 2

Applies to