ResourceSku Class

Definition

Describes an available Cognitive Services SKU.

public class ResourceSku
type ResourceSku = class
Public Class ResourceSku
Inheritance
ResourceSku

Constructors

ResourceSku()

Initializes a new instance of the ResourceSku class.

ResourceSku(String, String, String, String, IList<String>, IList<ResourceSkuRestrictions>)

Initializes a new instance of the ResourceSku class.

Properties

Kind

Gets or sets the Kind of resources that are supported in this SKU.

Locations

Gets or sets the set of locations that the SKU is available.

Name

Gets or sets the name of SKU.

ResourceType

Gets or sets the type of resource the SKU applies to.

Restrictions

Gets or sets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Tier

Gets or sets specifies the tier of Cognitive Services account.

Applies to