Share via


PagedResourceSku Class

Definition

Paged collection of ResourceSku items

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PagedResourceSkuTypeConverter))]
public class PagedResourceSku : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPagedResourceSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PagedResourceSkuTypeConverter))>]
type PagedResourceSku = class
    interface IPagedResourceSku
    interface IJsonSerializable
Public Class PagedResourceSku
Implements IPagedResourceSku
Inheritance
PagedResourceSku
Attributes
Implements

Constructors

Name Description
PagedResourceSku()

Creates an new PagedResourceSku instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ResourceSku items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedResourceSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedResourceSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPagedResourceSku.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedResourceSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to