IClusterProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ClusterPropertiesTypeConverter))]
public interface IClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ClusterPropertiesTypeConverter))>]
type IClusterProperties = interface
interface IJsonSerializable
Public Interface IClusterProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CustomerManagedKeyEncryptionKeyUrl |
Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 |
HighAvailability |
Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. |
HostName |
DNS name of the cluster endpoint |
KeyEncryptionKeyIdentityType |
Only userAssignedIdentity is supported in this API version; other types may be supported in the future |
KeyEncryptionKeyIdentityUserAssignedIdentityResourceId | |
MinimumTlsVersion |
The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. |
PrivateEndpointConnection |
List of private endpoint connections associated with the specified Redis Enterprise cluster |
ProvisioningState |
Current provisioning status of the cluster |
RedisVersion |
Version of redis the cluster supports, e.g. '6' |
RedundancyMode |
Explains the current redundancy strategy of the cluster, which affects the expected SLA. |
ResourceState |
Current resource status of the cluster |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |