ResourceModelWithAllowedPropertySetSku 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.
public class ResourceModelWithAllowedPropertySetSku : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Sku
type ResourceModelWithAllowedPropertySetSku = class
inherit Sku
Public Class ResourceModelWithAllowedPropertySetSku
Inherits Sku
- Inheritance
Constructors
ResourceModelWithAllowedPropertySetSku() |
Initializes a new instance of the ResourceModelWithAllowedPropertySetSku class. |
ResourceModelWithAllowedPropertySetSku(String, String) |
Initializes a new instance of the ResourceModelWithAllowedPropertySetSku class. |
Properties
Name |
Gets or sets the name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. (Inherited from Sku) |
Tier |
Gets or sets the tier of the particular SKU, e.g. Burstable. Possible values include: 'Burstable', 'GeneralPurpose', 'MemoryOptimized' (Inherited from Sku) |
Methods
Validate() |
Validate the object. |