ICustomizationTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.CustomizationTaskTypeConverter))]
public interface ICustomizationTask : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.CustomizationTaskTypeConverter))>]
type ICustomizationTask = interface
interface IJsonSerializable
Public Interface ICustomizationTask
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DisplayName |
Display name to help differentiate multiple instances of the same task. |
| EndTime |
End time of the task, in RFC3339 format. |
| 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, in RFC3339 format. |
| Status |
Status of the task. |
| TimeoutInSecond |
Timeout, in seconds. Overrides any timeout provided on the task definition. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |