ICluster.Kind Property

Definition

Distinguishes the kind of cluster. Read-only.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "v1", "v2" })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=false, Description="Distinguishes the kind of cluster. Read-only.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="kind", Update=false)]
public string Kind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "v1", "v2" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=false, Description="Distinguishes the kind of cluster. Read-only.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="kind", Update=false)>]
member this.Kind : string
Public ReadOnly Property Kind As String

Property Value

Attributes

Applies to