GalleryApplication Class

Definition

Specifies information about the gallery Application Definition that you want to create or update.

[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
Inheritance
GalleryApplication
Attributes

Constructors

GalleryApplication()

Initializes a new instance of the GalleryApplication class.

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

Initializes a new instance of the GalleryApplication class.

Properties

CustomActions

Gets or sets a list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.

Description

Gets or sets the description of this gallery Application Definition resource. This property is updatable.

EndOfLifeDate

Gets or sets the end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.

Eula

Gets or sets the Eula agreement for the gallery Application Definition.

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
PrivacyStatementUri

Gets or sets the privacy statement uri.

ReleaseNoteUri

Gets or sets the release note uri.

SupportedOSType

Gets or sets this property allows you to specify the supported type of the OS that application is built for. &lt;br&gt;&lt;br&gt; Possible values are: &lt;br&gt;&lt;br&gt; Windows &lt;br&gt;&lt;br&gt; Linux. Possible values include: 'Windows', 'Linux'

Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to