次の方法で共有


GalleryApplication コンストラクター

定義

オーバーロード

GalleryApplication()

GalleryApplication クラスの新しいインスタンスを初期化します。

GalleryApplication(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>, IList<GalleryApplicationCustomAction>)

GalleryApplication クラスの新しいインスタンスを初期化します。

GalleryApplication()

GalleryApplication クラスの新しいインスタンスを初期化します。

public GalleryApplication ();
Public Sub New ()

適用対象

GalleryApplication(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>, IList<GalleryApplicationCustomAction>)

GalleryApplication クラスの新しいインスタンスを初期化します。

public GalleryApplication (string location, Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes supportedOSType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string eula = default, string privacyStatementUri = default, string releaseNoteUri = default, DateTime? endOfLifeDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> customActions = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplication : string * Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> -> Microsoft.Azure.Management.Compute.Models.GalleryApplication
Public Sub New (location As String, supportedOSType As OperatingSystemTypes, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional eula As String = Nothing, Optional privacyStatementUri As String = Nothing, Optional releaseNoteUri As String = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional customActions As IList(Of GalleryApplicationCustomAction) = Nothing)

パラメーター

location
String

リソースの場所

supportedOSType
OperatingSystemTypes

このプロパティを使用すると、アプリケーションがビルドされる OS のサポートされている種類を指定できます。 <br><br> 可能な値は、<br br><>Windows<br br><>Linux です。 使用可能な値は、'Windows'、'Linux' です。

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

tags
IDictionary<String,String>

リソース タグ

description
String

このギャラリーアプリケーション定義リソースの説明。 このプロパティは更新可能です。

eula
String

ギャラリー アプリケーション定義の Eula 契約。

privacyStatementUri
String

プライバシーに関する声明の URI。

releaseNoteUri
String

リリース ノート URI。

endOfLifeDate
Nullable<DateTime>

ギャラリーアプリケーション定義の有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。

customActions
IList<GalleryApplicationCustomAction>

このギャラリー アプリケーション内のすべてのギャラリー アプリケーション バージョンで実行できるカスタム アクションの一覧。

適用対象