RedisSkuName Struct
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.
The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium).
public readonly struct RedisSkuName : IEquatable<Azure.ResourceManager.Redis.Models.RedisSkuName>
type RedisSkuName = struct
Public Structure RedisSkuName
Implements IEquatable(Of RedisSkuName)
- Inheritance
-
RedisSkuName
- Implements
Constructors
| Name | Description |
|---|---|
| RedisSkuName(String) |
Initializes a new instance of RedisSkuName. |
Properties
| Name | Description |
|---|---|
| Basic |
The well known 'Basic' SKU for Azure Cache for Redis. Basic SKU does not have an availability SLA. |
| Premium |
The well known 'Premium' SKU for Azure Cache for Redis. Premium SKU has an availability SLA, and higher performance tiers and more features compared with Standard SKU. |
| Standard |
The well known 'Standard' SKU for Azure Cache for Redis. Standard SKU has an availability SLA. |
Methods
| Name | Description |
|---|---|
| Equals(RedisSkuName) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RedisSkuName, RedisSkuName) |
Determines if two RedisSkuName values are the same. |
| Implicit(String to Nullable<RedisSkuName>) | |
| Implicit(String to RedisSkuName) |
Converts a string to a RedisSkuName. |
| Inequality(RedisSkuName, RedisSkuName) |
Determines if two RedisSkuName values are not the same. |