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

GalleryApplication 类

定义

指定要创建或更新的库应用程序定义的相关信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryApplication : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryApplication = class
    inherit Resource
Public Class GalleryApplication
Inherits Resource
继承
GalleryApplication
属性

构造函数

GalleryApplication()

初始化 GalleryApplication 类的新实例。

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

初始化 GalleryApplication 类的新实例。

属性

CustomActions

获取或设置可对此库应用程序中的所有库应用程序版本执行的自定义操作的列表。

Description

获取或设置此库应用程序定义资源的说明。 此属性可更新。

EndOfLifeDate

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

Eula

获取或设置库应用程序定义的 Eula 协议。

Id

获取资源 ID

(继承自 Resource)
Location

获取或设置资源位置

(继承自 Resource)
Name

获取资源名称

(继承自 Resource)
PrivacyStatementUri

获取或设置隐私声明 URI。

ReleaseNoteUri

获取或设置发行说明 URI。

SupportedOSType

获取或设置此属性,允许指定应用程序的受支持操作系统类型。 &lt;br&gt;&lt;br&gt;可能的值为: &lt;br&gt;&lt;br&gt; 窗户&lt;br&gt;&lt;br&gt; Linux。 可能的值包括:“Windows”、“Linux”

Tags

获取或设置资源标记

(继承自 Resource)
Type

获取资源类型

(继承自 Resource)

方法

Validate()

验证 对象。

适用于