IDatabaseUpdate.ClusteringPolicy Property

Definition

Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy) }, ReadOnly=false, Required=false, SerializedName="clusteringPolicy")]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy? ClusteringPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy) }, ReadOnly=false, Required=false, SerializedName="clusteringPolicy")>]
member this.ClusteringPolicy : Nullable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy> with get, set
Public Property ClusteringPolicy As Nullable(Of ClusteringPolicy)

Property Value

Attributes

Applies to