IDatabase.GeoReplicationLinkedDatabase Property

Definition

List of database resources to link with this database

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="List of database resources to link with this database", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ILinkedDatabase) }, Read=true, ReadOnly=false, Required=false, SerializedName="linkedDatabases", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ILinkedDatabase> GeoReplicationLinkedDatabase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="List of database resources to link with this database", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ILinkedDatabase) }, Read=true, ReadOnly=false, Required=false, SerializedName="linkedDatabases", Update=false)>]
member this.GeoReplicationLinkedDatabase : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ILinkedDatabase> with get, set
Public Property GeoReplicationLinkedDatabase As List(Of ILinkedDatabase)

Property Value

Attributes

Applies to