RemoveRevisionContent(ResourceIdentifier, String) 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 RemoveRevisionContent.
public RemoveRevisionContent(Azure.Core.ResourceIdentifier solutionTemplateId, string solutionVersion);
new Azure.ResourceManager.WorkloadOrchestration.Models.RemoveRevisionContent : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.WorkloadOrchestration.Models.RemoveRevisionContent
Public Sub New (solutionTemplateId As ResourceIdentifier, solutionVersion As String)
Parameters
- solutionTemplateId
- ResourceIdentifier
Solution Template ARM Id.
- solutionVersion
- String
Solution Version Name.
Exceptions
solutionTemplateId or solutionVersion is null.