CustomizationGroupListResult 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 customization groups applied to a Dev Box.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationGroupListResultTypeConverter))]
public class CustomizationGroupListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationGroupListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationGroupListResultTypeConverter))>]
type CustomizationGroupListResult = class
interface ICustomizationGroupListResult
interface IJsonSerializable
Public Class CustomizationGroupListResult
Implements ICustomizationGroupListResult
- Inheritance
-
CustomizationGroupListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CustomizationGroupListResult() |
Creates an new CustomizationGroupListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URL to get the next set of results. |
| Value |
The list of customization groups. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomizationGroupListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomizationGroupListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationGroupListResult. |
| FromJsonString(String) |
Creates a new instance of CustomizationGroupListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomizationGroupListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |