AzureSqlManagedInstanceLinkModel.Databases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets databases in the distributed availability group
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.DistributedAvailabilityGroupDatabase> Databases { get; set; }
member this.Databases : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.DistributedAvailabilityGroupDatabase> with get, set
Public Property Databases As IList(Of DistributedAvailabilityGroupDatabase)