AzureWorkloadBackupRequest.BackupType Property

Definition

Gets or sets type of backup, viz. Full, Differential, Log or CopyOnlyFull. Possible values include: 'Invalid', 'Full', 'Differential', 'Log', 'CopyOnlyFull', 'Incremental'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to