SkuDescription 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.
Description of a SKU for a scalable resource.
public class SkuDescription
type SkuDescription = class
Public Class SkuDescription
- Inheritance
-
SkuDescription
Constructors
SkuDescription() |
Initializes a new instance of the SkuDescription class. |
SkuDescription(String, String, String, String, Nullable<Int32>, SkuCapacity, IList<String>, IList<Capability>) |
Initializes a new instance of the SkuDescription class. |
Properties
Capabilities |
Gets or sets capabilities of the SKU, e.g., is traffic manager enabled? |
Capacity |
Gets or sets current number of instances assigned to the resource. |
Family |
Gets or sets family code of the resource SKU. |
Locations |
Gets or sets locations of the SKU. |
Name |
Gets or sets name of the resource SKU. |
Size |
Gets or sets size specifier of the resource SKU. |
SkuCapacity |
Gets or sets min, max, and default scale values of the SKU. |
Tier |
Gets or sets service tier of the resource SKU. |
Applies to
Azure SDK for .NET