Share via


CloudServiceRoleSku Class

Definition

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 &lt;br /&gt;&lt;br /&gt; Standard &lt;br /&gt;&lt;br /&gt; Basic

Applies to