IDatabasePropertiesGeoReplication.LinkedDatabase 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=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ILinkedDatabase> LinkedDatabase { 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=true)>]
member this.LinkedDatabase : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.ILinkedDatabase> with get, set
Public Property LinkedDatabase As List(Of ILinkedDatabase)

Property Value

Attributes

Applies to