CloudServiceRoleSku 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.
Describes the cloud service role sku.
public class CloudServiceRoleSku
type CloudServiceRoleSku = class
Public Class CloudServiceRoleSku
- Inheritance
-
CloudServiceRoleSku
Constructors
CloudServiceRoleSku() |
Initializes a new instance of the CloudServiceRoleSku class. |
CloudServiceRoleSku(String, String, Nullable<Int64>) |
Initializes a new instance of the CloudServiceRoleSku class. |
Properties
Capacity |
Gets or sets specifies the number of role instances in the cloud service. |
Name |
Gets or sets the sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku. |
Tier |
Gets or sets specifies the tier of the cloud service. Possible Values are <br /><br /> Standard <br /><br /> Basic |