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