Share via


Backup.BackupType Property

Definition

Gets type of backup Manual or Scheduled Possible values include: 'Manual', 'Scheduled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'

Applies to