Share via


GalleryApplicationUpdate Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryApplicationUpdateTypeConverter))]
public class GalleryApplicationUpdate : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryApplicationUpdateTypeConverter))>]
type GalleryApplicationUpdate = class
    interface IGalleryApplicationUpdate
    interface IJsonSerializable
    interface IUpdateResourceDefinition
    interface IValidates
Public Class GalleryApplicationUpdate
Implements IGalleryApplicationUpdate, IValidates
Inheritance
GalleryApplicationUpdate
Attributes
Implements

Constructors

GalleryApplicationUpdate()

Creates an new GalleryApplicationUpdate instance.

Properties

Description

The description of this gallery Application Definition resource. This property is updatable.

EndOfLifeDate

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

Eula

The Eula agreement for the gallery Application Definition.

Id

Resource Id

Name

Resource name

PrivacyStatementUri

The privacy statement uri.

ReleaseNoteUri

The release note uri.

SupportedOSType
Tag

Resource tags

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryApplicationUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryApplicationUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationUpdate.

FromJsonString(String)

Creates a new instance of GalleryApplicationUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryApplicationUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to