Struct ServiceTier
Pricing and performance service tier.
[JsonConverter(typeof(ServiceTierConverter))]
public readonly record struct ServiceTier : IEquatable<ServiceTier>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<ServiceTier> AllValues { get; }
Property Value
Flex
Flex service tier.
public static ServiceTier Flex { get; }
Property Value
Priority
Priority service tier.
public static ServiceTier Priority { get; }
Property Value
Standard
Standard service tier.
public static ServiceTier Standard { get; }
Property Value
Unspecified
Default service tier, which is standard.
public static ServiceTier Unspecified { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(ServiceTier)
public bool Equals(ServiceTier other)
Parameters
otherServiceTier
Returns
FromString(string)
public static ServiceTier FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator ServiceTier(string)
public static implicit operator ServiceTier(string value)
Parameters
valuestring