ResourceSku Class
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.
A resource SKU.
public class ResourceSku
type ResourceSku = class
Public Class ResourceSku
- Inheritance
-
ResourceSku
Constructors
ResourceSku() |
Initializes a new instance of the ResourceSku class. |
ResourceSku(String, IList<ResourceSkuCapabilities>, IList<String>, IList<ResourceSkuLocationInfo>, String, IList<Restriction>) |
Initializes a new instance of the ResourceSku class. |
Properties
Capabilities |
Gets or sets a list of capabilities of this SKU, such as throughput or ops/sec. |
LocationInfo |
Gets or sets the set of locations where the SKU is available. |
Locations |
Gets the set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.). |
Name |
Gets or sets the name of this SKU. |
ResourceType |
Gets the type of resource the SKU applies to. |
Restrictions |
Gets or sets the restrictions preventing this SKU from being used. This is empty if there are no restrictions. |
Applies to
Azure SDK for .NET