Share via


ProblemClassification Interface

public interface ProblemClassification

An immutable client-side representation of ProblemClassification.

Method Summary

Modifier and Type Method and Description
abstract String displayName()

Gets the displayName property: Localized name of problem classification.

abstract String id()

Gets the id property: Id of the resource.

abstract ProblemClassificationInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ProblemClassificationInner object.

abstract String name()

Gets the name property: Name of the resource.

abstract List<SecondaryConsentEnabled> secondaryConsentEnabled()

Gets the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.

abstract String type()

Gets the type property: Type of the resource 'Microsoft.Support/problemClassification'.

Method Details

displayName

public abstract String displayName()

Gets the displayName property: Localized name of problem classification.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Id of the resource.

Returns:

the id value.

innerModel

public abstract ProblemClassificationInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ProblemClassificationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Name of the resource.

Returns:

the name value.

secondaryConsentEnabled

public abstract List<SecondaryConsentEnabled> secondaryConsentEnabled()

Gets the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.

Returns:

the secondaryConsentEnabled value.

type

public abstract String type()

Gets the type property: Type of the resource 'Microsoft.Support/problemClassification'.

Returns:

the type value.

Applies to