UninstallSolutionContent(ResourceIdentifier) Constructor
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 UninstallSolutionContent(Azure.Core.ResourceIdentifier solutionTemplateId);
new Azure.ResourceManager.WorkloadOrchestration.Models.UninstallSolutionContent : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.WorkloadOrchestration.Models.UninstallSolutionContent
Public Sub New (solutionTemplateId As ResourceIdentifier)
Parameters
- solutionTemplateId
- ResourceIdentifier
Solution Template ARM Id.
Exceptions
solutionTemplateId is null.