RedisEnterpriseDatabaseData.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.
public Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusteringPolicy? ClusteringPolicy { get; set; }
member this.ClusteringPolicy : Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusteringPolicy> with get, set
Public Property ClusteringPolicy As Nullable(Of RedisEnterpriseClusteringPolicy)
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET