SkuTier 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.
Defines values for SkuTier.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.SkuTierConverter))]
public struct SkuTier : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.SkuTier>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.SkuTierConverter))>]
type SkuTier = struct
Public Structure SkuTier
Implements IEquatable(Of SkuTier)
- Inheritance
-
SkuTier
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Standard |
Standard tier. |
Methods
Equals(Object) |
Overrides Equals operator for SkuTier |
Equals(SkuTier) |
Compares enums of type SkuTier |
GetHashCode() |
Returns for hashCode SkuTier |
ToString() |
Returns string representation for SkuTier |
Operators
Equality(SkuTier, SkuTier) |
Overriding == operator for enum SkuTier |
Implicit(SkuTier to String) |
Implicit operator to convert SkuTier to string |
Implicit(String to SkuTier) |
Implicit operator to convert string to SkuTier |
Inequality(SkuTier, SkuTier) |
Overriding != operator for enum SkuTier |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.