ServiceClassificationOutput Interface

public interface ServiceClassificationOutput

An immutable client-side representation of ServiceClassificationOutput.

Method Summary

Modifier and Type Method and Description
abstract ServiceClassificationOutputInner innerModel()

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

abstract List<ServiceClassificationAnswer> serviceClassificationResults()

Gets the serviceClassificationResults property: Set of problem classification objects classified.

Method Details

innerModel

public abstract ServiceClassificationOutputInner innerModel()

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

Returns:

the inner object.

serviceClassificationResults

public abstract List<ServiceClassificationAnswer> serviceClassificationResults()

Gets the serviceClassificationResults property: Set of problem classification objects classified.

Returns:

the serviceClassificationResults value.

Applies to