Freigeben über


ImageCreationErrorDetails Class

Definition

Image creation error details

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

Constructors

Name Description
ImageCreationErrorDetails()

Creates an new ImageCreationErrorDetails instance.

Properties

Name Description
Code

An identifier for the error.

Message

A message describing the error.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageCreationErrorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageCreationErrorDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageCreationErrorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to