Share via


ResourceSkuListResult Class

Definition

List Disk Pool skus operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.ResourceSkuListResultTypeConverter))]
public class ResourceSkuListResult : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.ResourceSkuListResultTypeConverter))>]
type ResourceSkuListResult = class
    interface IResourceSkuListResult
    interface IJsonSerializable
Public Class ResourceSkuListResult
Implements IResourceSkuListResult
Inheritance
ResourceSkuListResult
Attributes
Implements

Constructors

ResourceSkuListResult()

Creates an new ResourceSkuListResult instance.

Properties

NextLink

URI to fetch the next section of the paginated response.

Value

The list of StoragePool resource skus.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceSkuListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceSkuListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IResourceSkuListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceSkuListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to