Share via


CognitiveServicesSkuTier Struct

Definition

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