VMGalleryApplication Konstruktoren

Definition

Überlädt

VMGalleryApplication()

Initialisiert eine neue instance der VMGalleryApplication-Klasse.

VMGalleryApplication(String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue instance der VMGalleryApplication-Klasse.

VMGalleryApplication()

Initialisiert eine neue instance der VMGalleryApplication-Klasse.

public VMGalleryApplication ();
Public Sub New ()

Gilt für:

VMGalleryApplication(String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue instance der VMGalleryApplication-Klasse.

public VMGalleryApplication (string packageReferenceId, string tags = default, int? order = default, string configurationReference = default, bool? treatFailureAsDeploymentFailure = default, bool? enableAutomaticUpgrade = default);
new Microsoft.Azure.Management.Compute.Models.VMGalleryApplication : string * string * Nullable<int> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.VMGalleryApplication
Public Sub New (packageReferenceId As String, Optional tags As String = Nothing, Optional order As Nullable(Of Integer) = Nothing, Optional configurationReference As String = Nothing, Optional treatFailureAsDeploymentFailure As Nullable(Of Boolean) = Nothing, Optional enableAutomaticUpgrade As Nullable(Of Boolean) = Nothing)

Parameter

packageReferenceId
String

Gibt die GalleryApplicationVersion-Ressourcen-ID im Format /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version} an.

tags
String

Optional: Gibt einen Passthroughwert für einen generischeren Kontext an.

order
Nullable<Int32>

Optional: Gibt die Reihenfolge an, in der die Pakete installiert werden müssen.

configurationReference
String

Optional: Gibt den URI für ein Azure-Blob an, das die Standardkonfiguration für das Paket ersetzt, sofern angegeben.

treatFailureAsDeploymentFailure
Nullable<Boolean>

Optional: Wenn true, tritt bei jedem Fehler für einen Vorgang in der VmApplication ein Fehler bei der Bereitstellung auf.

enableAutomaticUpgrade
Nullable<Boolean>

Wenn auf TRUE festgelegt ist, wird eine neue Kataloganwendungsversion in PIR/SIG automatisch für die VM/VMSS aktualisiert.

Gilt für: