Share via


PagedCustomizationGroup Class

Definition

Paged collection of CustomizationGroup items

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.PagedCustomizationGroupTypeConverter))]
public class PagedCustomizationGroup : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPagedCustomizationGroup
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.PagedCustomizationGroupTypeConverter))>]
type PagedCustomizationGroup = class
    interface IPagedCustomizationGroup
    interface IJsonSerializable
Public Class PagedCustomizationGroup
Implements IPagedCustomizationGroup
Inheritance
PagedCustomizationGroup
Attributes
Implements

Constructors

PagedCustomizationGroup()

Creates an new PagedCustomizationGroup instance.

Properties

NextLink

The link to the next page of items

Value

The CustomizationGroup items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedCustomizationGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedCustomizationGroup.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IPagedCustomizationGroup.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedCustomizationGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to