SkuInformationList 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.
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() |