Share via


CustomizationTaskListValidationError Class

Definition

All of the validation errors for a customization task.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationTaskListValidationErrorTypeConverter))]
public class CustomizationTaskListValidationError : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTaskListValidationError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationTaskListValidationErrorTypeConverter))>]
type CustomizationTaskListValidationError = class
    interface ICustomizationTaskListValidationError
    interface IJsonSerializable
Public Class CustomizationTaskListValidationError
Implements ICustomizationTaskListValidationError
Inheritance
CustomizationTaskListValidationError
Attributes
Implements

Constructors

CustomizationTaskListValidationError()

Creates an new CustomizationTaskListValidationError instance.

Properties

Detail

List of validation errors for the task.

TargetDisplayName

Display name to help differentiate multiple instances of the same task.

TargetEndTime

End time of the task.

TargetId

ID of the task instance.

TargetLogUri

The unique URI for retrieving the task logs.

TargetName

Name of the task.

TargetParameter

Parameters for the task.

TargetStartTime

Start time of the task.

TargetStatus

Status of the task.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomizationTaskListValidationError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomizationTaskListValidationError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTaskListValidationError.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomizationTaskListValidationError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to