Partager via


MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.ActiveBackupSets Property

Definition

Gets backup sets that are currently active (Either being uploaded or getting restored)

[Newtonsoft.Json.JsonProperty(PropertyName="activeBackupSets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo> ActiveBackupSets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="activeBackupSets")>]
member this.ActiveBackupSets : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.BackupSetInfo>
Public ReadOnly Property ActiveBackupSets As IList(Of BackupSetInfo)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to