ProblemClassificationsClassificationResult Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. ProblemClassificationsClassificationResult
- com.
public final class ProblemClassificationsClassificationResult
ProblemClassification Classification result object.
Constructor Summary
| Constructor | Description |
|---|---|
| ProblemClassificationsClassificationResult() |
Creates an instance of Problem |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the problem classification result. |
| String |
displayName()
Get the display |
| String |
problemClassificationId()
Get the problem |
| String |
problemId()
Get the problem |
| List<String> |
resourceTypes()
Get the resource |
| String |
serviceId()
Get the service |
| String |
serviceIdRelatedServiceServiceId()
Get the service |
| String |
title()
Get the title property: Title of the problem classification result. |
| void |
validate()
Validates the instance. |
|
Problem |
withResourceTypes(List<String> resourceTypes)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
ProblemClassificationsClassificationResult
public ProblemClassificationsClassificationResult()
Creates an instance of ProblemClassificationsClassificationResult class.
Method Details
description
public String description()
Get the description property: Description of the problem classification result.
Returns:
displayName
public String displayName()
Get the displayName property: Localized name of the azure service.
Returns:
problemClassificationId
public String problemClassificationId()
Get the problemClassificationId property: Identifier that may be used for support ticket creation.
Returns:
problemId
public String problemId()
Get the problemId property: Identifier that may be used for solution discovery or some other purposes.
Returns:
resourceTypes
public List<String> resourceTypes()
Get the resourceTypes property: List of applicable ARM resource types for this service.
Returns:
serviceId
public String serviceId()
Get the serviceId property: Identifier of the service associated with this problem classification result.
Returns:
serviceIdRelatedServiceServiceId
public String serviceIdRelatedServiceServiceId()
Get the serviceId property: Azure resource Id of the service.
Returns:
title
public String title()
Get the title property: Title of the problem classification result.
Returns:
validate
public void validate()
Validates the instance.
withResourceTypes
public ProblemClassificationsClassificationResult withResourceTypes(List<String> resourceTypes)
Set the resourceTypes property: List of applicable ARM resource types for this service.
Parameters:
Returns: