GalleryApplicationUpdate Constructors
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.
Overloads
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. |
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>, IList<GalleryApplicationCustomAction>)
Initializes a new instance of the GalleryApplicationUpdate class.
public GalleryApplicationUpdate (Microsoft.Azure.Management.Compute.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, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> customActions = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationUpdate : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> -> Microsoft.Azure.Management.Compute.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, Optional customActions As IList(Of GalleryApplicationCustomAction) = 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
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- 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.
The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable.
- customActions
- IList<GalleryApplicationCustomAction>
A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.