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

SkuAutoGenerated Class

Definition

Sku information related properties of a server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.SkuAutoGeneratedTypeConverter))]
public class SkuAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ISkuAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.SkuAutoGeneratedTypeConverter))>]
type SkuAutoGenerated = class
    interface ISkuAutoGenerated
    interface IJsonSerializable
Public Class SkuAutoGenerated
Implements ISkuAutoGenerated
Inheritance
SkuAutoGenerated
Attributes
Implements

Constructors

Name Description
SkuAutoGenerated()

Creates an new SkuAutoGenerated instance.

Properties

Name Description
Name

The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3.

Tier

The tier of the particular SKU, e.g. Burstable.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ISkuAutoGenerated.

FromJsonString(String)

Creates a new instance of SkuAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to