ResourceSku Class

Definition

Describes an available Azure Spring Cloud 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, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>)

Initializes a new instance of the ResourceSku class.

Properties

Capacity

Gets the capacity of SKU.

LocationInfo

Gets a list of locations and availability zones in those locations where the SKU is available.

Locations

Gets the set of locations that the SKU is available.

Name

Gets the name of SKU.

ResourceType

Gets the type of resource the SKU applies to.

Restrictions

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

Tier

Gets the tier of SKU.

Methods

Validate()

Validate the object.

Applies to