UserArtifactSettings Class

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.

Constructor

UserArtifactSettings(*args: Any, **kwargs: Any)

Variables

Name Description
package_file_name
str

Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.

config_file_name
str

Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".

script_behavior_after_reboot

Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot. Known values are: "None" and "Rerun".

Attributes

config_file_name

Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".

config_file_name: str | None

package_file_name

Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.

package_file_name: str | None

script_behavior_after_reboot

Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot. Known values are: "None" and "Rerun".

script_behavior_after_reboot: str | _models.GalleryApplicationScriptRebootBehavior | None