Share via


ICustomizationTask Interface

Definition

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

Properties

DisplayName

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

EndTime

End time of the task.

Id

ID of the task instance.

LogUri

The unique URI for retrieving the task logs.

Name

Name of the task.

Parameter

Parameters for the task.

RunAs

What account to run the task as.

StartTime

Start time of the task.

Status

Status of the task.

TimeoutInSecond

Timeout, in seconds. Overrides any timeout provided on the task definition.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to