RedisEnterpriseCacheSkuName 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 RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.).
public readonly struct RedisEnterpriseCacheSkuName : IEquatable<Azure.ResourceManager.RedisEnterpriseCache.Models.RedisEnterpriseCacheSkuName>
type RedisEnterpriseCacheSkuName = struct
Public Structure RedisEnterpriseCacheSkuName
Implements IEquatable(Of RedisEnterpriseCacheSkuName)
- Inheritance
-
RedisEnterpriseCacheSkuName
- Implements
Constructors
RedisEnterpriseCacheSkuName(String) |
Initializes a new instance of RedisEnterpriseCacheSkuName. |
Properties
EnterpriseE10 |
Enterprise_E10. |
EnterpriseE100 |
Enterprise_E100. |
EnterpriseE20 |
Enterprise_E20. |
EnterpriseE50 |
Enterprise_E50. |
EnterpriseFlashF1500 |
EnterpriseFlash_F1500. |
EnterpriseFlashF300 |
EnterpriseFlash_F300. |
EnterpriseFlashF700 |
EnterpriseFlash_F700. |
Methods
Equals(RedisEnterpriseCacheSkuName) |
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
Equality(RedisEnterpriseCacheSkuName, RedisEnterpriseCacheSkuName) |
Determines if two RedisEnterpriseCacheSkuName values are the same. |
Implicit(String to RedisEnterpriseCacheSkuName) |
Converts a string to a RedisEnterpriseCacheSkuName. |
Inequality(RedisEnterpriseCacheSkuName, RedisEnterpriseCacheSkuName) |
Determines if two RedisEnterpriseCacheSkuName values are not the same. |