ArmSelfHelpModelFactory.SelfHelpSolutionPatch 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 SelfHelpSolutionPatch.
public static Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionPatch SelfHelpSolutionPatch (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SolutionTriggerCriterion> triggerCriteria = default, System.Collections.Generic.IDictionary<string,string> parameters = default, string solutionId = default, Azure.ResourceManager.SelfHelp.Models.SolutionProvisioningState? provisioningState = default, string title = default, string content = default, Azure.ResourceManager.SelfHelp.Models.SolutionReplacementMaps replacementMaps = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpSection> sections = default);
static member SelfHelpSolutionPatch : seq<Azure.ResourceManager.SelfHelp.Models.SolutionTriggerCriterion> * System.Collections.Generic.IDictionary<string, string> * string * Nullable<Azure.ResourceManager.SelfHelp.Models.SolutionProvisioningState> * string * string * Azure.ResourceManager.SelfHelp.Models.SolutionReplacementMaps * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpSection> -> Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionPatch
Public Shared Function SelfHelpSolutionPatch (Optional triggerCriteria As IEnumerable(Of SolutionTriggerCriterion) = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing, Optional solutionId As String = Nothing, Optional provisioningState As Nullable(Of SolutionProvisioningState) = Nothing, Optional title As String = Nothing, Optional content As String = Nothing, Optional replacementMaps As SolutionReplacementMaps = Nothing, Optional sections As IEnumerable(Of SelfHelpSection) = Nothing) As SelfHelpSolutionPatch
Parameters
- triggerCriteria
- IEnumerable<SolutionTriggerCriterion>
Solution request trigger criteria.
- parameters
- IDictionary<String,String>
Client input parameters to run Solution.
- solutionId
- String
Solution Id to identify single solution.
- provisioningState
- Nullable<SolutionProvisioningState>
Status of solution provisioning.
- title
- String
The title.
- content
- String
The HTML content that needs to be rendered and shown to customer.
- replacementMaps
- SolutionReplacementMaps
Solution replacement maps.
- sections
- IEnumerable<SelfHelpSection>
List of section object.
Returns
A new SelfHelpSolutionPatch instance for mocking.
Applies to
Azure SDK for .NET