ArmSelfHelpModelFactory.SelfHelpSolutionData 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 SelfHelpSolutionData.
public static Azure.ResourceManager.SelfHelp.SelfHelpSolutionData SelfHelpSolutionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, 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 SelfHelpSolutionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * 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.SelfHelpSolutionData
Public Shared Function SelfHelpSolutionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, 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 SelfHelpSolutionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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 SelfHelpSolutionData instance for mocking.