GalleryApplicationVersionsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen oder Aktualisieren einer Kataloganwendungsversion.
public static Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion CreateOrUpdate (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion galleryApplicationVersion);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
<Extension()>
Public Function CreateOrUpdate (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplicationVersionName As String, galleryApplicationVersion As GalleryApplicationVersion) As GalleryApplicationVersion
Parameter
- operations
- IGalleryApplicationVersionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- galleryName
- String
Der Name des Katalogs für freigegebene Anwendungen, in dem sich die Anwendungsdefinition befindet.
- galleryApplicationName
- String
Der Name des Katalogs Anwendungsdefinition, in dem die Anwendungsversion erstellt werden soll.
- galleryApplicationVersionName
- String
Der Name der zu erstellenden Kataloganwendungsversion. Muss dem semantischen Versionsnamenmuster folgen: Die zulässigen Zeichen sind Ziffern und Punkt. Ziffern müssen innerhalb des Bereichs einer 32-Bit-Ganzzahl liegen. Format: <MajorVersion>.< MinorVersion>.< Patch>
- galleryApplicationVersion
- GalleryApplicationVersion
Parameter, die für den Anwendungsversionsvorgang zum Erstellen oder Aktualisieren des Katalogs bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET