ArmWorkloadOrchestrationModelFactory.UninstallSolutionContent Method
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.
Initializes a new instance of UninstallSolutionContent.
public static Azure.ResourceManager.WorkloadOrchestration.Models.UninstallSolutionContent UninstallSolutionContent(Azure.Core.ResourceIdentifier solutionTemplateId = default, string solutionInstanceName = default);
static member UninstallSolutionContent : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.WorkloadOrchestration.Models.UninstallSolutionContent
Public Shared Function UninstallSolutionContent (Optional solutionTemplateId As ResourceIdentifier = Nothing, Optional solutionInstanceName As String = Nothing) As UninstallSolutionContent
Parameters
- solutionTemplateId
- ResourceIdentifier
Solution Template ARM Id.
- solutionInstanceName
- String
Solution Instance Name.
Returns
A new UninstallSolutionContent instance for mocking.