GalleryApplicationInner 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
GalleryApplicationInner() |
Initializes a new instance of the GalleryApplicationInner class. |
GalleryApplicationInner(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the GalleryApplicationInner class. |
GalleryApplicationInner()
Initializes a new instance of the GalleryApplicationInner class.
public GalleryApplicationInner ();
Public Sub New ()
Applies to
GalleryApplicationInner(String, OperatingSystemTypes, String, String, String, IDictionary<String,String>, String, String, String, String, Nullable<DateTime>)
Initializes a new instance of the GalleryApplicationInner class.
public GalleryApplicationInner (string location, 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.GalleryApplicationInner : string * 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.GalleryApplicationInner
Public Sub New (location As String, 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
- location
- String
- 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>
- 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.
Applies to
Azure SDK for .NET