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
RedisSkuFamily(String) |
Initializes a new instance of RedisSkuFamily. |
Properties
BasicOrStandard |
C. |
Premium |
P. |
Methods
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
Equality(RedisSkuFamily, RedisSkuFamily) |
Determines if two RedisSkuFamily values are the same. |
Implicit(String to RedisSkuFamily) |
Converts a string to a RedisSkuFamily. |
Inequality(RedisSkuFamily, RedisSkuFamily) |
Determines if two RedisSkuFamily values are not the same. |
Applies to
Azure SDK for .NET