你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICustomizationTaskDefinitionParameter Interface

Definition

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

Properties

Allowed

Allowed values for the parameter.

Default

Default value for the parameter.

Description

Description of the parameter.

Required

Whether or not the parameter is required.

Type

Type of the parameter.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to