ManagedDatabase.LastBackupName Property

Definition

Gets or sets last backup file name for restore of this managed database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to