다음을 통해 공유


UserArtifactSettings Constructors

Definition

Overloads

UserArtifactSettings()

Initializes a new instance of the UserArtifactSettings class.

UserArtifactSettings(String, String)

Initializes a new instance of the UserArtifactSettings class.

UserArtifactSettings()

Initializes a new instance of the UserArtifactSettings class.

public UserArtifactSettings ();
Public Sub New ()

Applies to

UserArtifactSettings(String, String)

Initializes a new instance of the UserArtifactSettings class.

public UserArtifactSettings (string packageFileName = default, string configFileName = default);
new Microsoft.Azure.Management.Compute.Models.UserArtifactSettings : string * string -> Microsoft.Azure.Management.Compute.Models.UserArtifactSettings
Public Sub New (Optional packageFileName As String = Nothing, Optional configFileName As String = Nothing)

Parameters

packageFileName
String

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.

configFileName
String

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".

Applies to