次の方法で共有


ClusterResourceProperties.ClusterNameOverride プロパティ

定義

cassandra.yaml の clusterName プロパティをクラスターのリソース名以外の値に設定する必要がある場合は、このプロパティで使用する値を設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="clusterNameOverride")]
public string ClusterNameOverride { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clusterNameOverride")>]
member this.ClusterNameOverride : string with get, set
Public Property ClusterNameOverride As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象