次の方法で共有


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>

このカスタム アクションで使用されるパラメーター

適用対象