Class UserArtifactManage
java.lang.Object
com.microsoft.azure.management.compute.UserArtifactManage
The UserArtifactManage model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninstall()
Get required.remove()
Get required.update()
Get optional.withInstall
(String install) Set required.withRemove
(String remove) Set required.withUpdate
(String update) Set optional.
-
Constructor Details
-
UserArtifactManage
public UserArtifactManage()
-
-
Method Details
-
install
Get required. The path and arguments to install the gallery application. This is limited to 4096 characters.- Returns:
- the install value
-
withInstall
Set required. The path and arguments to install the gallery application. This is limited to 4096 characters.- Parameters:
install
- the install value to set- Returns:
- the UserArtifactManage object itself.
-
remove
Get required. The path and arguments to remove the gallery application. This is limited to 4096 characters.- Returns:
- the remove value
-
withRemove
Set required. The path and arguments to remove the gallery application. This is limited to 4096 characters.- Parameters:
remove
- the remove value to set- Returns:
- the UserArtifactManage object itself.
-
update
Get 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.- Returns:
- the update value
-
withUpdate
Set 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.- Parameters:
update
- the update value to set- Returns:
- the UserArtifactManage object itself.
-