GalleryApplicationUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies information about the gallery Application Definition that you want to update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryApplicationUpdate : Microsoft.Azure.Management.Compute.Models.UpdateResourceDefinition
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryApplicationUpdate = class
inherit UpdateResourceDefinition
Public Class GalleryApplicationUpdate
Inherits UpdateResourceDefinition
- 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>, IList<GalleryApplicationCustomAction>) |
Initializes a new instance of the GalleryApplicationUpdate 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 UpdateResourceDefinition) |
Name |
Gets resource name (Inherited from UpdateResourceDefinition) |
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. <br><br> Possible values are: <br><br> Windows <br><br> Linux. Possible values include: 'Windows', 'Linux' |
Tags |
Gets or sets resource tags (Inherited from UpdateResourceDefinition) |
Type |
Gets resource type (Inherited from UpdateResourceDefinition) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET