Compartir a través de


ICustomizationTaskListValidationError Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to