共用方式為


UserArtifactManage Constructors

Definition

Overloads

UserArtifactManage()

Initializes a new instance of the UserArtifactManage class.

UserArtifactManage(String, String, String)

Initializes a new instance of the UserArtifactManage class.

UserArtifactManage()

Initializes a new instance of the UserArtifactManage class.

public UserArtifactManage ();
Public Sub New ()

Applies to

UserArtifactManage(String, String, String)

Initializes a new instance of the UserArtifactManage class.

public UserArtifactManage (string install, string remove, string update = default);
new Microsoft.Azure.Management.Compute.Models.UserArtifactManage : string * string * string -> Microsoft.Azure.Management.Compute.Models.UserArtifactManage
Public Sub New (install As String, remove As String, Optional update As String = Nothing)

Parameters

install
String

Required. The path and arguments to install the gallery application. This is limited to 4096 characters.

remove
String

Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.

update
String

Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.

Applies to