UserArtifactSettings Class

Definition

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.

public class UserArtifactSettings
type UserArtifactSettings = class
Public Class UserArtifactSettings
Inheritance
UserArtifactSettings

Constructors

UserArtifactSettings()

Initializes a new instance of the UserArtifactSettings class.

UserArtifactSettings(String, String)

Initializes a new instance of the UserArtifactSettings class.

Properties

ConfigFileName

Gets or sets 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".

PackageFileName

Gets or sets 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.

Applies to