Share via


ArmSelfHelpModelFactory.SolutionNlpMetadata Method

Definition

Initializes a new instance of SolutionNlpMetadata.

public static Azure.ResourceManager.SelfHelp.Models.SolutionNlpMetadata SolutionNlpMetadata (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string problemTitle = default, string problemDescription = default, string serviceId = default, string problemClassificationId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SolutionMetadataProperties> solutions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.ClassificationService> relatedServices = default);
static member SolutionNlpMetadata : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * seq<Azure.ResourceManager.SelfHelp.Models.SolutionMetadataProperties> * seq<Azure.ResourceManager.SelfHelp.Models.ClassificationService> -> Azure.ResourceManager.SelfHelp.Models.SolutionNlpMetadata
Public Shared Function SolutionNlpMetadata (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional problemTitle As String = Nothing, Optional problemDescription As String = Nothing, Optional serviceId As String = Nothing, Optional problemClassificationId As String = Nothing, Optional solutions As IEnumerable(Of SolutionMetadataProperties) = Nothing, Optional relatedServices As IEnumerable(Of ClassificationService) = Nothing) As SolutionNlpMetadata

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

problemTitle
String

Title of the problem classification.

problemDescription
String

Description of the problem classification.

serviceId
String

Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket.

problemClassificationId
String

Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket.

solutions
IEnumerable<SolutionMetadataProperties>

The list of solution metadata.

relatedServices
IEnumerable<ClassificationService>

The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object.

Returns

A new SolutionNlpMetadata instance for mocking.

Applies to