Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support Namespace
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.
Structs
AccessKeysAuthentication |
This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. |
AccessKeyType |
Which access key to regenerate. |
ActionType |
Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. |
AofFrequency |
Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. |
ClusteringPolicy |
Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database. |
CmkIdentityType |
Only userAssignedIdentity is supported in this API version; other types may be supported in the future |
CreatedByType |
The type of identity that created the resource. |
DeferUpgradeSetting |
Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade |
EvictionPolicy |
Redis eviction policy - default is VolatileLRU |
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. |
LinkState |
State of the link between the database resources. |
ManagedServiceIdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
Origin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" |
PrivateEndpointConnectionProvisioningState |
The current provisioning state. |
PrivateEndpointServiceConnectionStatus |
The private endpoint connection status. |
Protocol |
Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. |
ProvisioningState |
Current provisioning status |
RdbFrequency |
Sets the frequency at which a snapshot of the database is created. |
RedundancyMode |
Explains the current redundancy strategy of the cluster, which affects the expected SLA. |
ResourceState |
Current resource status |
SkuName |
The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. |
TlsVersion |
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. |