GalleryApplicationUpdate Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryApplicationUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.UpdateResourceDefinitionInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryApplicationUpdate = class
    inherit UpdateResourceDefinitionInner
Public Class GalleryApplicationUpdate
Inherits UpdateResourceDefinitionInner
Inheritance
Attributes

Constructors

GalleryApplicationUpdate()

Initializes a new instance of the GalleryApplicationUpdate class.

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

Initializes a new instance of the GalleryApplicationUpdate class.

Properties

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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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 UpdateResourceDefinitionInner)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to