ProblemClassification Constructors
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.
Overloads
ProblemClassification() |
Initializes a new instance of the ProblemClassification class. |
ProblemClassification(String, String, String, String) |
Initializes a new instance of the ProblemClassification class. |
ProblemClassification()
Initializes a new instance of the ProblemClassification class.
public ProblemClassification ();
Public Sub New ()
Applies to
ProblemClassification(String, String, String, String)
Initializes a new instance of the ProblemClassification class.
public ProblemClassification (string id = default, string name = default, string type = default, string displayName = default);
new Microsoft.Azure.Management.Support.Models.ProblemClassification : string * string * string * string -> Microsoft.Azure.Management.Support.Models.ProblemClassification
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing)
Parameters
- id
- String
Id of the resource.
- name
- String
Name of the resource.
- type
- String
Type of the resource 'Microsoft.Support/problemClassification'.
- displayName
- String
Localized name of problem classification.
Applies to
Azure SDK for .NET