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

GalleryApplicationCustomActionParameter 类

定义

可传递给库应用程序版本的自定义操作的参数的定义。

public class GalleryApplicationCustomActionParameter
type GalleryApplicationCustomActionParameter = class
Public Class GalleryApplicationCustomActionParameter
继承
GalleryApplicationCustomActionParameter

构造函数

GalleryApplicationCustomActionParameter()

初始化 GalleryApplicationCustomActionParameter 类的新实例。

GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String)

初始化 GalleryApplicationCustomActionParameter 类的新实例。

属性

DefaultValue

获取或设置参数的默认值。 仅适用于字符串类型

Description

获取或设置帮助用户了解此参数含义的说明

Name

获取或设置自定义操作的名称。 在库应用程序版本中必须是唯一的。

Required

获取或设置指示在运行自定义操作时是否必须传递此参数。

Type

获取或设置指定自定义操作参数的类型。 可能的值为:String、ConfigurationDataBlob 或 LogOutputBlob。 可能的值包括:“String”、“ConfigurationDataBlob”、“LogOutputBlob”

方法

Validate()

验证 对象。

适用于