RedisSkuFamily 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 SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
public readonly struct RedisSkuFamily : IEquatable<Azure.ResourceManager.Redis.Models.RedisSkuFamily>
type RedisSkuFamily = struct
Public Structure RedisSkuFamily
Implements IEquatable(Of RedisSkuFamily)
- Inheritance
-
RedisSkuFamily
- Implements
Constructors
| Name | Description |
|---|---|
| RedisSkuFamily(String) |
Initializes a new instance of RedisSkuFamily. |
Properties
| Name | Description |
|---|---|
| BasicOrStandard |
The SKU family to use - must be 'C' for Basic/Standard SKU redis caches. |
| Premium |
The SKU family to use - must be 'P' for Premium SKU redis caches. |
Methods
| Name | Description |
|---|---|
| Equals(RedisSkuFamily) |
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(RedisSkuFamily, RedisSkuFamily) |
Determines if two RedisSkuFamily values are the same. |
| Implicit(String to Nullable<RedisSkuFamily>) | |
| Implicit(String to RedisSkuFamily) |
Converts a string to a RedisSkuFamily. |
| Inequality(RedisSkuFamily, RedisSkuFamily) |
Determines if two RedisSkuFamily values are not the same. |