你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

使用此属性可以指定应用程序的受支持操作系统类型。 <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>

库应用程序定义的生命周期结束日期。 此属性可用于解除授权目的。 此属性可更新。

适用于