Class EnvironmentResourceProperties

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.ResourceProperties
com.azure.resourcemanager.timeseriesinsights.models.EnvironmentResourceProperties
Direct Known Subclasses:
Gen2EnvironmentResourceProperties

public class EnvironmentResourceProperties extends ResourceProperties
Properties of the environment.
  • Constructor Details

    • EnvironmentResourceProperties

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

    • dataAccessId

      public UUID dataAccessId()
      Get the dataAccessId property: An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
      Returns:
      the dataAccessId value.
    • dataAccessFqdn

      public String dataAccessFqdn()
      Get the dataAccessFqdn property: The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
      Returns:
      the dataAccessFqdn value.
    • status

      public EnvironmentStatus status()
      Get the status property: An object that represents the status of the environment, and its internal state in the Time Series Insights service.
      Returns:
      the status value.
    • validate

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