CognitiveServicesSkuTier 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.
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
public readonly struct CognitiveServicesSkuTier : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesSkuTier>
type CognitiveServicesSkuTier = struct
Public Structure CognitiveServicesSkuTier
Implements IEquatable(Of CognitiveServicesSkuTier)
- Inheritance
-
CognitiveServicesSkuTier
- Implements
Constructors
CognitiveServicesSkuTier(String) |
Initializes a new instance of CognitiveServicesSkuTier. |
Properties
Basic |
Basic. |
Enterprise |
Enterprise. |
Free |
Free. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(CognitiveServicesSkuTier) |
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(CognitiveServicesSkuTier, CognitiveServicesSkuTier) |
Determines if two CognitiveServicesSkuTier values are the same. |
Implicit(String to CognitiveServicesSkuTier) |
Converts a String to a CognitiveServicesSkuTier. |
Inequality(CognitiveServicesSkuTier, CognitiveServicesSkuTier) |
Determines if two CognitiveServicesSkuTier values are not the same. |
Applies to
Azure SDK for .NET