GalleryApplicationCustomActionParameter(String) コンストラクター

定義

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

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

パラメーター

name
String

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

例外

name が null です。

適用対象