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.Api20230301Preview.ClusterPropertiesTypeConverter))]
public interface IClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.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 |
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' |
PrivateEndpointConnection |
List of private endpoint connections associated with the specified RedisEnterprise cluster |
ProvisioningState |
Current provisioning status of the cluster |
RedisVersion |
Version of redis the cluster supports, e.g. '6' |
ResourceState |
Current resource status of the cluster |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |