ServiceClassificationRequest Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. ServiceClassificationRequest
- com.
public final class ServiceClassificationRequest
Input to problem classification Classification API.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceClassificationRequest() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
additionalContext()
Get the additional |
| String |
issueSummary()
Get the issue |
| String |
resourceId()
Get the resource |
| void |
validate()
Validates the instance. |
|
Service |
withAdditionalContext(String additionalContext)
Set the additional |
|
Service |
withIssueSummary(String issueSummary)
Set the issue |
|
Service |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
ServiceClassificationRequest
public ServiceClassificationRequest()
Creates an instance of ServiceClassificationRequest class.
Method Details
additionalContext
public String additionalContext()
Get the additionalContext property: Additional information in the form of a string.
Returns:
issueSummary
public String issueSummary()
Get the issueSummary property: Natural language description of the customer’s issue.
Returns:
resourceId
public String resourceId()
Get the resourceId property: ARM resource Id of the resource that is having the issue.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalContext
public ServiceClassificationRequest withAdditionalContext(String additionalContext)
Set the additionalContext property: Additional information in the form of a string.
Parameters:
Returns:
withIssueSummary
public ServiceClassificationRequest withIssueSummary(String issueSummary)
Set the issueSummary property: Natural language description of the customer’s issue.
Parameters:
Returns:
withResourceId
public ServiceClassificationRequest withResourceId(String resourceId)
Set the resourceId property: ARM resource Id of the resource that is having the issue.
Parameters:
Returns: