Uses of Class
com.azure.resourcemanager.compute.models.UserArtifactSettings
Packages that use UserArtifactSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UserArtifactSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return UserArtifactSettingsModifier and TypeMethodDescriptionstatic UserArtifactSettingsUserArtifactSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserArtifactSettings from the JsonReader.GalleryApplicationVersionPublishingProfile.settings()Get the settings property: Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.UserArtifactSettings.withConfigFileName(String configFileName) Set the configFileName property: Optional.UserArtifactSettings.withPackageFileName(String packageFileName) Set the packageFileName property: Optional.UserArtifactSettings.withScriptBehaviorAfterReboot(GalleryApplicationScriptRebootBehavior scriptBehaviorAfterReboot) Set the scriptBehaviorAfterReboot property: Optional.Methods in com.azure.resourcemanager.compute.models with parameters of type UserArtifactSettingsModifier and TypeMethodDescriptionGalleryApplicationVersionPublishingProfile.withSettings(UserArtifactSettings settings) Set the settings property: Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.