ClassificationService Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ClassificationService
- com.
public class ClassificationService
Service Classification result object.
Constructor Summary
| Constructor | Description |
|---|---|
| ClassificationService() |
Creates an instance of Classification |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
| List<String> |
resourceTypes()
Get the resource |
| String |
serviceId()
Get the service |
| void |
validate()
Validates the instance. |
|
Classification |
withResourceTypes(List<String> resourceTypes)
Set the resource |
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:
resourceTypes
public List<String> resourceTypes()
Get the resourceTypes property: List of applicable ARM resource types for this service.
Returns:
serviceId
public String serviceId()
Get the serviceId property: Azure resource Id of the service.
Returns:
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:
Returns: