GalleryApplicationCustomAction コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
このカスタム アクションで使用されるパラメーター
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET