ServiceClassificationsClient Interface

public interface ServiceClassificationsClient

An instance of this class provides access to all the operations defined in ServiceClassificationsClient.

Method Details

classifyServices

public abstract ServiceClassificationOutputInner classifyServices(ServiceClassificationRequest serviceClassificationRequest)

Classify the list of right Azure services.

Parameters:

serviceClassificationRequest - Input to check.

Returns:

output of the service classification API.

classifyServicesWithResponse

public abstract Response<ServiceClassificationOutputInner> classifyServicesWithResponse(ServiceClassificationRequest serviceClassificationRequest, Context context)

Classify the list of right Azure services.

Parameters:

serviceClassificationRequest - Input to check.
context - The context to associate with this operation.

Returns:

output of the service classification API along with Response<T>.

Applies to