Class TechnicalTicketDetails

java.lang.Object
com.azure.resourcemanager.support.models.TechnicalTicketDetails

public final class TechnicalTicketDetails extends Object
Additional information for technical support ticket.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of TechnicalTicketDetails class.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    void
    Validates the instance.
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      the resourceId value.
    • 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:
      resourceId - the resourceId value to set.
      Returns:
      the TechnicalTicketDetails object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.