UserArtifactManage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class UserArtifactManage
type UserArtifactManage = class
Public Class UserArtifactManage
- Inheritance
-
UserArtifactManage
Constructors
UserArtifactManage() |
Initializes a new instance of the UserArtifactManage class. |
UserArtifactManage(String, String, String) |
Initializes a new instance of the UserArtifactManage class. |
Properties
Install |
Gets or sets required. The path and arguments to install the gallery application. This is limited to 4096 characters. |
Remove |
Gets or sets required. The path and arguments to remove the gallery application. This is limited to 4096 characters. |
Update |
Gets or sets 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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET