次の方法で共有


GalleryApplicationInner コンストラクター

定義

オーバーロード

GalleryApplicationInner()

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

GalleryApplicationInner(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>)

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

GalleryApplicationInner()

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

public GalleryApplicationInner ();
Public Sub New ()

適用対象

GalleryApplicationInner(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>)

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

public GalleryApplicationInner (string location, Microsoft.Azure.Management.Compute.Fluent.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);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner
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)

パラメーター

location
String
supportedOSType
OperatingSystemTypes

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

id
String
name
String
type
String
description
String

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

eula
String

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

privacyStatementUri
String

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

releaseNoteUri
String

リリース ノート URI。

endOfLifeDate
Nullable<DateTime>

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

適用対象