你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GalleryApplicationUpdate 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GalleryApplicationUpdate() |
初始化 GalleryApplicationUpdate 类的新实例。 |
GalleryApplicationUpdate(OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>) |
初始化 GalleryApplicationUpdate 类的新实例。 |
GalleryApplicationUpdate()
初始化 GalleryApplicationUpdate 类的新实例。
public GalleryApplicationUpdate ();
Public Sub New ()
适用于
GalleryApplicationUpdate(OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>)
初始化 GalleryApplicationUpdate 类的新实例。
public GalleryApplicationUpdate (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.GalleryApplicationUpdate : 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.GalleryApplicationUpdate
Public Sub New (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)
参数
- supportedOSType
- OperatingSystemTypes
此属性允许指定应用程序的受支持操作系统类型。 <br><br> 可能的值为:<br><brWindows<> br br><Linux>。 可能的值包括:“Windows”、“Linux”
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
资源标记
- description
- String
此库应用程序定义资源的说明。 此属性可更新。
- eula
- String
库应用程序定义的 Eula 协议。
- privacyStatementUri
- String
隐私声明 URI。
- releaseNoteUri
- String
发行说明 URI。