IProblemClassification Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ProblemClassificationTypeConverter))]
public interface IProblemClassification : Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ProblemClassificationTypeConverter))>]
type IProblemClassification = interface
interface IJsonSerializable
Public Interface IProblemClassification
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DisplayName |
Localized name of problem classification. |
Id |
Id of the resource. |
Name |
Name of the resource. |
SecondaryConsentEnabled |
This property indicates whether secondary consent is present for problem classification |
Type |
Type of the resource 'Microsoft.Support/problemClassification'. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |