ClassificationService Class

  • java.lang.Object
    • com.azure.resourcemanager.support.fluent.models.ClassificationService

public class ClassificationService

Service Classification result object.

Constructor Summary

Constructor Description
ClassificationService()

Creates an instance of ClassificationService class.

Method Summary

Modifier and Type Method and Description
String displayName()

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

List<String> resourceTypes()

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

String serviceId()

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

void validate()

Validates the instance.

ClassificationService 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

ClassificationService

public ClassificationService()

Creates an instance of ClassificationService class.

Method Details

displayName

public String displayName()

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

Returns:

the displayName 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: Azure resource Id of the service.

Returns:

the serviceId value.

validate

public void validate()

Validates the instance.

withResourceTypes

public ClassificationService 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 ClassificationService object itself.

Applies to