你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSResourceSku Class

Definition

public class PSResourceSku
public class PSResourceSku : Microsoft.Azure.Management.Compute.Models.ResourceSku
type PSResourceSku = class
type PSResourceSku = class
    inherit ResourceSku
Public Class PSResourceSku
Public Class PSResourceSku
Inherits ResourceSku
Inheritance
PSResourceSku
Inheritance
PSResourceSku

Constructors

PSResourceSku()

Properties

ApiVersions
ApiVersions

Gets the api versions that support this SKU.

(Inherited from ResourceSku)
Capabilities
Capabilities

Gets a name value pair to describe the capability.

(Inherited from ResourceSku)
Capacity
Capacity

Gets specifies the number of virtual machines in the scale set.

(Inherited from ResourceSku)
Costs
Costs

Gets metadata for retrieving price info.

(Inherited from ResourceSku)
Family
Family

Gets the Family of this particular SKU.

(Inherited from ResourceSku)
Kind
Kind

Gets the Kind of resources that are supported in this SKU.

(Inherited from ResourceSku)
LocationInfo
LocationInfo

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

(Inherited from ResourceSku)
Locations
Locations

Gets the set of locations that the SKU is available.

(Inherited from ResourceSku)
Name
Name

Gets the name of SKU.

(Inherited from ResourceSku)
ResourceType
ResourceType

Gets the type of resource the SKU applies to.

(Inherited from ResourceSku)
RestrictionInfo
Restrictions
Restrictions

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

(Inherited from ResourceSku)
Size
Size

Gets the Size of the SKU.

(Inherited from ResourceSku)
Tier
Tier

Gets specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> Standard<br /><br /> Basic

(Inherited from ResourceSku)

Applies to