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

GalleryApplicationCustomAction 构造函数

定义

重载

GalleryApplicationCustomAction()

初始化 GalleryApplicationCustomAction 类的新实例。

GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>)

初始化 GalleryApplicationCustomAction 类的新实例。

GalleryApplicationCustomAction()

初始化 GalleryApplicationCustomAction 类的新实例。

public GalleryApplicationCustomAction ();
Public Sub New ()

适用于

GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>)

初始化 GalleryApplicationCustomAction 类的新实例。

public GalleryApplicationCustomAction (string name, string script, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter> parameters = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter> -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction
Public Sub New (name As String, script As String, Optional description As String = Nothing, Optional parameters As IList(Of GalleryApplicationCustomActionParameter) = Nothing)

参数

name
String

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

script
String

执行此自定义操作时要运行的脚本。

description
String

帮助用户了解此自定义操作的作用的说明。

parameters
IList<GalleryApplicationCustomActionParameter>

此自定义操作使用的参数

适用于