Share via


GalleryApplication Class

Definition

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

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

Constructors

GalleryApplication()

Creates an new GalleryApplication 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

Location

Resource location

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 GalleryApplication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryApplication.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryApplication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to