Share via


ICustomizationTaskDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.CustomizationTaskDefinitionTypeConverter))]
public interface ICustomizationTaskDefinition : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.CustomizationTaskDefinitionTypeConverter))>]
type ICustomizationTaskDefinition = interface
    interface IJsonSerializable
Public Interface ICustomizationTaskDefinition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CatalogName

Name of the catalog that the task belongs to.

Description

Description of the task.

Name

Full name of the task: {catalogName}/{taskName}.

Parameter

Parameters for the task.

Uri

The unique URI of the customization task.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to