ICustomizationTask Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationTaskTypeConverter))]
public interface ICustomizationTask : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.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.

StartTime

Start time of the task.

Status

Status of the task.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to