TechnicalTicketDetails Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. TechnicalTicketDetails
- com.
public final class TechnicalTicketDetails
Additional information for technical support ticket.
Constructor Summary
| Constructor | Description |
|---|---|
| TechnicalTicketDetails() |
Creates an instance of Technical |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
resourceId()
Get the resource |
| void |
validate()
Validates the instance. |
|
Technical |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
TechnicalTicketDetails
public TechnicalTicketDetails()
Creates an instance of TechnicalTicketDetails class.
Method Details
resourceId
public String resourceId()
Get the resourceId property: This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.
Returns:
validate
public void validate()
Validates the instance.
withResourceId
public TechnicalTicketDetails withResourceId(String resourceId)
Set the resourceId property: This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.
Parameters:
Returns: