Share via


ProblemClassificationsClassificationResult Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.ProblemClassificationsClassificationResult

public final class ProblemClassificationsClassificationResult

ProblemClassification Classification result object.

Constructor Summary

Constructor Description
ProblemClassificationsClassificationResult()

Creates an instance of ProblemClassificationsClassificationResult class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the problem classification result.

String displayName()

Get the displayName property: Localized name of the azure service.

String problemClassificationId()

Get the problemClassificationId property: Identifier that may be used for support ticket creation.

String problemId()

Get the problemId property: Identifier that may be used for solution discovery or some other purposes.

List<String> resourceTypes()

Get the resourceTypes property: List of applicable ARM resource types for this service.

String serviceId()

Get the serviceId property: Identifier of the service associated with this problem classification result.

String serviceIdRelatedServiceServiceId()

Get the serviceId property: Azure resource Id of the service.

String title()

Get the title property: Title of the problem classification result.

void validate()

Validates the instance.

ProblemClassificationsClassificationResult withResourceTypes(List<String> resourceTypes)

Set the resourceTypes property: List of applicable ARM resource types for this service.

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:

the description value.

displayName

public String displayName()

Get the displayName property: Localized name of the azure service.

Returns:

the displayName value.

problemClassificationId

public String problemClassificationId()

Get the problemClassificationId property: Identifier that may be used for support ticket creation.

Returns:

the problemClassificationId value.

problemId

public String problemId()

Get the problemId property: Identifier that may be used for solution discovery or some other purposes.

Returns:

the problemId value.

resourceTypes

public List<String> resourceTypes()

Get the resourceTypes property: List of applicable ARM resource types for this service.

Returns:

the resourceTypes value.

serviceId

public String serviceId()

Get the serviceId property: Identifier of the service associated with this problem classification result.

Returns:

the serviceId value.

serviceIdRelatedServiceServiceId

public String serviceIdRelatedServiceServiceId()

Get the serviceId property: Azure resource Id of the service.

Returns:

the serviceId value.

title

public String title()

Get the title property: Title of the problem classification result.

Returns:

the title value.

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:

resourceTypes - the resourceTypes value to set.

Returns:

the ProblemClassificationsClassificationResult object itself.

Applies to