IDatabaseUpdate.ClusteringPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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