CustomizationTask Class
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.
A customization task to run on a Dev Box.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationTaskTypeConverter))]
public class CustomizationTask : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTask
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CustomizationTaskTypeConverter))>]
type CustomizationTask = class
interface ICustomizationTask
interface IJsonSerializable
Public Class CustomizationTask
Implements ICustomizationTask
- Inheritance
-
CustomizationTask
- Attributes
- Implements
Constructors
CustomizationTask() |
Creates an new CustomizationTask instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomizationTask. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomizationTask. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICustomizationTask. |
FromJsonString(String) |
Creates a new instance of CustomizationTask, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomizationTask into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |