MigrateSqlServerSqlMITaskInput.SelectedDatabases Property

Definition

Gets or sets databases to migrate

[Newtonsoft.Json.JsonProperty(PropertyName="selectedDatabases")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput> SelectedDatabases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="selectedDatabases")>]
member this.SelectedDatabases : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput> with get, set
Public Property SelectedDatabases As IList(Of MigrateSqlServerSqlMIDatabaseInput)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to