ArmSupportModelFactory.ServiceProblemClassificationResult 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 ServiceProblemClassificationResult.
public static Azure.ResourceManager.Support.Models.ServiceProblemClassificationResult ServiceProblemClassificationResult (string problemId = default, string title = default, string description = default, Azure.Core.ResourceIdentifier serviceId = default, string problemClassificationId = default, Azure.Core.ResourceIdentifier relatedServiceId = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceType> resourceTypes = default);
static member ServiceProblemClassificationResult : string * string * string * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * string * seq<Azure.Core.ResourceType> -> Azure.ResourceManager.Support.Models.ServiceProblemClassificationResult
Public Shared Function ServiceProblemClassificationResult (Optional problemId As String = Nothing, Optional title As String = Nothing, Optional description As String = Nothing, Optional serviceId As ResourceIdentifier = Nothing, Optional problemClassificationId As String = Nothing, Optional relatedServiceId As ResourceIdentifier = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IEnumerable(Of ResourceType) = Nothing) As ServiceProblemClassificationResult
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
- ResourceIdentifier
Identifier of the service associated with this problem classification result.
- problemClassificationId
- String
Identifier that may be used for support ticket creation.
- relatedServiceId
- ResourceIdentifier
Azure resource Id of the service.
- displayName
- String
Localized name of the azure service.
- resourceTypes
- IEnumerable<ResourceType>
List of applicable ARM resource types for this service.
Returns
A new ServiceProblemClassificationResult instance for mocking.
Applies to
Azure SDK for .NET