ServiceClassificationAnswer Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ClassificationService - com.
azure. resourcemanager. support. models. ServiceClassificationAnswer
- com.
- com.
public final class ServiceClassificationAnswer
extends ClassificationService
Service Classification result object.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceClassificationAnswer() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Classification |
childService()
Get the child |
| void |
validate()
Validates the instance. |
|
Service |
withChildService(ClassificationService childService)
Set the child |
|
Service |
withResourceTypes(List<String> resourceTypes)
Set the resource |
Methods inherited from ClassificationService
Methods inherited from java.lang.Object
Constructor Details
ServiceClassificationAnswer
public ServiceClassificationAnswer()
Creates an instance of ServiceClassificationAnswer class.
Method Details
childService
public ClassificationService childService()
Get the childService property: Child service.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
ServiceClassificationAnswer.validate()withChildService
public ServiceClassificationAnswer withChildService(ClassificationService childService)
Set the childService property: Child service.
Parameters:
Returns:
withResourceTypes
public ServiceClassificationAnswer withResourceTypes(List<String> resourceTypes)
Set the resourceTypes property: List of applicable ARM resource types for this service.
Overrides:
ServiceClassificationAnswer.withResourceTypes(List<String> resourceTypes)Parameters: