Share via


ResourceSkuListResult Class

Definition

The response of a ResourceSku list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ResourceSkuListResultTypeConverter))]
public class ResourceSkuListResult : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourceSkuListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.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

The link to the next page of items

Value

The ResourceSku items on this page

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.Mdp.Models.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