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.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) |