次の方法で共有


GalleryApplicationCustomAction(String, String) コンストラクター

定義

GalleryApplicationCustomAction の新しいインスタンスを初期化します。

public GalleryApplicationCustomAction (string name, string script);
new Azure.ResourceManager.Compute.Models.GalleryApplicationCustomAction : string * string -> Azure.ResourceManager.Compute.Models.GalleryApplicationCustomAction
Public Sub New (name As String, script As String)

パラメーター

name
String

カスタム アクションの名前。 ギャラリー アプリケーション のバージョン内で一意である必要があります。

script
String

このカスタム アクションの実行時に実行するスクリプト。

例外

name または script が null です。

適用対象