GalleryApplicationUpdate Constructors

Definition

Overloads

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.

GalleryApplicationUpdate()

Initializes a new instance of the GalleryApplicationUpdate class.

public GalleryApplicationUpdate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the GalleryApplicationUpdate class.

public GalleryApplicationUpdate (Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes supportedOSType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string eula = default, string privacyStatementUri = default, string releaseNoteUri = default, DateTime? endOfLifeDate = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationUpdate
Public Sub New (supportedOSType As OperatingSystemTypes, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional eula As String = Nothing, Optional privacyStatementUri As String = Nothing, Optional releaseNoteUri As String = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing)

Parameters

supportedOSType
OperatingSystemTypes

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'

id
String
name
String
type
String
tags
IDictionary<String,String>

Resource tags

description
String

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

eula
String

The Eula agreement for the gallery Application Definition.

privacyStatementUri
String

The privacy statement uri.

releaseNoteUri
String

The release note uri.

endOfLifeDate
Nullable<DateTime>

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

Applies to