Class ApmReference

java.lang.Object
com.azure.resourcemanager.appplatform.models.ApmReference

public final class ApmReference extends Object
A reference to the APM.
  • Constructor Details

    • ApmReference

      public ApmReference()
      Creates an instance of ApmReference class.
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: Resource Id of the APM.
      Returns:
      the resourceId value.
    • withResourceId

      public ApmReference withResourceId(String resourceId)
      Set the resourceId property: Resource Id of the APM.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the ApmReference object itself.
    • validate

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