GalleryApplicationUpdate Konstruktoren

Definition

Überlädt

GalleryApplicationUpdate()

Initialisiert eine neue instance der GalleryApplicationUpdate-Klasse.

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

Initialisiert eine neue instance der GalleryApplicationUpdate-Klasse.

GalleryApplicationUpdate()

Initialisiert eine neue instance der GalleryApplicationUpdate-Klasse.

public GalleryApplicationUpdate ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der GalleryApplicationUpdate-Klasse.

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)

Parameter

supportedOSType
OperatingSystemTypes

Mit dieser Eigenschaft können Sie den unterstützten Typ des Betriebssystems angeben, für das die Anwendung erstellt wird. <br><br> Mögliche Werte sind: <br><Br>Windows<br><br>Linux. Mögliche Werte: "Windows", "Linux"

id
String

Ressourcen-ID

name
String

Ressourcenname

type
String

Ressourcentyp

tags
IDictionary<String,String>

Ressourcentags

description
String

Die Beschreibung dieser Katalog-Anwendungsdefinitionsressource. Diese Eigenschaft ist aktualisierbar.

eula
String

Die Eula-Vereinbarung für die Kataloganwendungsdefinition.

privacyStatementUri
String

Die Datenschutzerklärung uri.

releaseNoteUri
String

Der Releasenoten-URI.

endOfLifeDate
Nullable<DateTime>

Das End-of-Life-Datum der Kataloganwendungsdefinition. Diese Eigenschaft kann für Außerbetriebnahmezwecke verwendet werden. Diese Eigenschaft ist aktualisierbar.

customActions
IList<GalleryApplicationCustomAction>

Eine Liste der benutzerdefinierten Aktionen, die mit allen Kataloganwendungsversionen in dieser Kataloganwendung ausgeführt werden können.

Gilt für: