ICustomizationTaskInstance 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.DevCenter.Models.Api20250401Preview.CustomizationTaskInstanceTypeConverter))]
public interface ICustomizationTaskInstance : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.CustomizationTaskInstanceTypeConverter))>]
type ICustomizationTaskInstance = interface
interface IJsonSerializable
Public Interface ICustomizationTaskInstance
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Condition |
An expression that must evaluate to true in order for the task to run. |
| DisplayName |
Display name to help differentiate multiple instances of the same task. |
| Name |
Name of the task. |
| Parameter |
Parameters for the task. |
| TimeoutInSecond |
Timeout, in seconds. Overrides any timeout provided on the task definition. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |