ImageDefinitionListResult 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.
Results of the Image Definition list operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionListResultTypeConverter))]
public class ImageDefinitionListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionListResultTypeConverter))>]
type ImageDefinitionListResult = class
interface IImageDefinitionListResult
interface IJsonSerializable
Public Class ImageDefinitionListResult
Implements IImageDefinitionListResult
- Inheritance
-
ImageDefinitionListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ImageDefinitionListResult() |
Creates an new ImageDefinitionListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
URL to get the next set of results if there are any. |
| Value |
Current page of results. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImageDefinitionListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImageDefinitionListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionListResult. |
| FromJsonString(String) |
Creates a new instance of ImageDefinitionListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImageDefinitionListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |