Freigeben über


ImageDefinitionBuildListResult Class

Definition

Results of the Image Definition Build list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildListResultTypeConverter))]
public class ImageDefinitionBuildListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ImageDefinitionBuildListResultTypeConverter))>]
type ImageDefinitionBuildListResult = class
    interface IImageDefinitionBuildListResult
    interface IJsonSerializable
Public Class ImageDefinitionBuildListResult
Implements IImageDefinitionBuildListResult
Inheritance
ImageDefinitionBuildListResult
Attributes
Implements

Constructors

Name Description
ImageDefinitionBuildListResult()

Creates an new ImageDefinitionBuildListResult 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 ImageDefinitionBuildListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageDefinitionBuildListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageDefinitionBuildListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to