你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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