ArmComputeModelFactory.UserArtifactManagement(String, String, String) Method

Definition

public static Azure.ResourceManager.Compute.Models.UserArtifactManagement UserArtifactManagement(string install = default, string remove = default, string update = default);
static member UserArtifactManagement : string * string * string -> Azure.ResourceManager.Compute.Models.UserArtifactManagement
Public Shared Function UserArtifactManagement (Optional install As String = Nothing, Optional remove As String = Nothing, Optional update As String = Nothing) As UserArtifactManagement

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.

Returns

A new UserArtifactManagement instance for mocking.

Applies to