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

SkuInformationList Class

Definition

List of SKU Information objects

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SkuInformationListTypeConverter))]
public class SkuInformationList : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuInformationList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.SkuInformationListTypeConverter))>]
type SkuInformationList = class
    interface ISkuInformationList
    interface IJsonSerializable
Public Class SkuInformationList
Implements ISkuInformationList
Inheritance
SkuInformationList
Attributes
Implements

Constructors

SkuInformationList()

Creates an new SkuInformationList instance.

Properties

NextLink

URI to fetch the next section of the paginated response.

Value

List of ResourceType Sku

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuInformationList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuInformationList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuInformationList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuInformationList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to