VmApplication interface
Gibt die Kataloganwendung an, die für die zugrunde liegende VMSS verfügbar gemacht werden soll.
Eigenschaften
configuration |
Optional, Specifies the URI to an azure blob that will replace the default configuration for the package if provided. |
enable |
Wenn diese Einstellung auf "true" festgelegt ist, wird sie automatisch für die zugrunde liegende VMSS aktualisiert, wenn eine neue Galerieanwendungsversion in PIR/SIG verfügbar ist. |
order | Optional, gibt die Reihenfolge an, in der die Pakete installiert werden müssen. |
package |
Gibt die GalleryApplicationVersion-Ressourcen-ID in Form von /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} an. |
treat |
Optional, Wenn wahr, schlägt ein Fehler für einen Vorgang in der VmApplication die Bereitstellung fehl. |
vm |
Optional, Specifies a passthrough value for more generic context. Akzeptiert eine JSON-formatierte Zeichenfolge, z. B. '{"Tag1":"Value1","Tag2":"Value2"}'. |
Details zur Eigenschaft
configurationReference
Optional, Specifies the URI to an azure blob that will replace the default configuration for the package if provided.
configurationReference?: string
Eigenschaftswert
string
enableAutomaticUpgrade
Wenn diese Einstellung auf "true" festgelegt ist, wird sie automatisch für die zugrunde liegende VMSS aktualisiert, wenn eine neue Galerieanwendungsversion in PIR/SIG verfügbar ist.
enableAutomaticUpgrade?: boolean
Eigenschaftswert
boolean
order
Optional, gibt die Reihenfolge an, in der die Pakete installiert werden müssen.
order?: number
Eigenschaftswert
number
packageReferenceId
Gibt die GalleryApplicationVersion-Ressourcen-ID in Form von /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} an.
packageReferenceId: string
Eigenschaftswert
string
treatFailureAsDeploymentFailure
Optional, Wenn wahr, schlägt ein Fehler für einen Vorgang in der VmApplication die Bereitstellung fehl.
treatFailureAsDeploymentFailure?: boolean
Eigenschaftswert
boolean
vmGalleryTags
Optional, Specifies a passthrough value for more generic context. Akzeptiert eine JSON-formatierte Zeichenfolge, z. B. '{"Tag1":"Value1","Tag2":"Value2"}'.
vmGalleryTags?: string
Eigenschaftswert
string
Azure SDK for JavaScript