ILinkedDatabase.State Property

Definition

State of the link between the database resources.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "Linked", "Linking", "Unlinking", "LinkFailed", "UnlinkFailed" })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=false, Description="State of the link between the database resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)]
public string State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "Linked", "Linking", "Unlinking", "LinkFailed", "UnlinkFailed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=false, Description="State of the link between the database resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)>]
member this.State : string
Public ReadOnly Property State As String

Property Value

Attributes

Applies to