ArmSelfHelpModelFactory.SelfHelpSolutionResultData 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.
public static Azure.ResourceManager.SelfHelp.SelfHelpSolutionResultData SelfHelpSolutionResultData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string solutionId = default, string title = default, string content = default, Azure.ResourceManager.SelfHelp.Models.ReplacementMapsResult replacementMaps = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SolutionSection> sections = default);
static member SelfHelpSolutionResultData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Azure.ResourceManager.SelfHelp.Models.ReplacementMapsResult * seq<Azure.ResourceManager.SelfHelp.Models.SolutionSection> -> Azure.ResourceManager.SelfHelp.SelfHelpSolutionResultData
Public Shared Function SelfHelpSolutionResultData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional solutionId As String = Nothing, Optional title As String = Nothing, Optional content As String = Nothing, Optional replacementMaps As ReplacementMapsResult = Nothing, Optional sections As IEnumerable(Of SolutionSection) = Nothing) As SelfHelpSolutionResultData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- solutionId
- String
SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://dotnet.territoriali.olinfo.it/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP.
- title
- String
The title.
- content
- String
The HTML content that needs to be rendered and shown to customer.
- replacementMaps
- ReplacementMapsResult
Solution replacement maps.
- sections
- IEnumerable<SolutionSection>
List of section object.
Returns
A new SelfHelpSolutionResultData instance for mocking.