Share via


ICustomizationTaskDefinition Interface

Definition

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

Properties

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to