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