你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICustomizationTask 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.Api20240501Preview.CustomizationTaskTypeConverter))]
public interface ICustomizationTask : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.CustomizationTaskTypeConverter))>]
type ICustomizationTask = interface
interface IJsonSerializable
Public Interface ICustomizationTask
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DisplayName |
Display name to help differentiate multiple instances of the same task. |
EndTime |
End time of the task. |
Id |
ID of the task instance. |
LogUri |
The unique URI for retrieving the task logs. |
Name |
Name of the task. |
Parameter |
Parameters for the task. |
RunAs |
What account to run the task as. |
StartTime |
Start time of the task. |
Status |
Status of the task. |
TimeoutInSecond |
Timeout, in seconds. Overrides any timeout provided on the task definition. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |