GalleryApplicationCustomActionParameterType type
指定自定义操作参数的类型。 可能的值包括:String、ConfigurationDataBlob 或 LogOutputBlob
type GalleryApplicationCustomActionParameterType =
| "String"
| "ConfigurationDataBlob"
| "LogOutputBlob"