ArmSupportModelFactory.ProblemClassificationsClassificationResult 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.
ProblemClassification Classification result object.
public static Azure.ResourceManager.Support.Models.ProblemClassificationsClassificationResult ProblemClassificationsClassificationResult(string problemId = default, string title = default, string description = default, string serviceId = default, string problemClassificationId = default, Azure.ResourceManager.Support.Models.SupportClassificationService relatedService = default);
static member ProblemClassificationsClassificationResult : string * string * string * string * string * Azure.ResourceManager.Support.Models.SupportClassificationService -> Azure.ResourceManager.Support.Models.ProblemClassificationsClassificationResult
Public Shared Function ProblemClassificationsClassificationResult (Optional problemId As String = Nothing, Optional title As String = Nothing, Optional description As String = Nothing, Optional serviceId As String = Nothing, Optional problemClassificationId As String = Nothing, Optional relatedService As SupportClassificationService = Nothing) As ProblemClassificationsClassificationResult
Parameters
- problemId
- String
Identifier that may be used for solution discovery or some other purposes.
- title
- String
Title of the problem classification result.
- description
- String
Description of the problem classification result.
- serviceId
- String
Identifier of the service associated with this problem classification result.
- problemClassificationId
- String
Identifier that may be used for support ticket creation.
- relatedService
- SupportClassificationService
Related service.
Returns
A new ProblemClassificationsClassificationResult instance for mocking.