Share via


DatabasePropertiesGeoReplication.LinkedDatabases Property

Definition

Gets or sets list of database resources to link with this database

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to