ArmSupportModelFactory.SupportServiceClassificationOutput 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.
Output of the service classification API.
public static Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput SupportServiceClassificationOutput(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Support.Models.SupportServiceClassificationAnswer> serviceClassificationResults = default);
static member SupportServiceClassificationOutput : seq<Azure.ResourceManager.Support.Models.SupportServiceClassificationAnswer> -> Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput
Public Shared Function SupportServiceClassificationOutput (Optional serviceClassificationResults As IEnumerable(Of SupportServiceClassificationAnswer) = Nothing) As SupportServiceClassificationOutput
Parameters
- serviceClassificationResults
- IEnumerable<SupportServiceClassificationAnswer>
Set of problem classification objects classified.
Returns
A new SupportServiceClassificationOutput instance for mocking.