Class EnvironmentStatus

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.EnvironmentStatus

public final class EnvironmentStatus extends Object
An object that represents the status of the environment, and its internal state in the Time Series Insights service.
  • Constructor Details

    • EnvironmentStatus

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

    • ingress

      public IngressEnvironmentStatus ingress()
      Get the ingress property: An object that represents the status of ingress on an environment.
      Returns:
      the ingress value.
    • warmStorage

      public WarmStorageEnvironmentStatus warmStorage()
      Get the warmStorage property: An object that represents the status of warm storage on an environment.
      Returns:
      the warmStorage value.
    • validate

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