Freigeben über


CustomizationTaskProperties Class

Definition

Properties of a Task.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CustomizationTaskPropertiesTypeConverter))]
public class CustomizationTaskProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICustomizationTaskProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CustomizationTaskPropertiesTypeConverter))>]
type CustomizationTaskProperties = class
    interface ICustomizationTaskProperties
    interface IJsonSerializable
Public Class CustomizationTaskProperties
Implements ICustomizationTaskProperties
Inheritance
CustomizationTaskProperties
Attributes
Implements

Constructors

Name Description
CustomizationTaskProperties()

Creates an new CustomizationTaskProperties instance.

Properties

Name Description
Input

Inputs to the task.

Timeout

The default timeout for the task.

ValidationStatus

Validation status for the Task.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomizationTaskProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomizationTaskProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICustomizationTaskProperties.

FromJsonString(String)

Creates a new instance of CustomizationTaskProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomizationTaskProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to