Class IngressEnvironmentStatus

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

public final class IngressEnvironmentStatus extends Object
An object that represents the status of ingress on an environment.
  • Constructor Details

    • IngressEnvironmentStatus

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

    • state

      public IngressState state()
      Get the state property: This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown".
      Returns:
      the state value.
    • withState

      public IngressEnvironmentStatus withState(IngressState state)
      Set the state property: This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown".
      Parameters:
      state - the state value to set.
      Returns:
      the IngressEnvironmentStatus object itself.
    • stateDetails

      public EnvironmentStateDetails stateDetails()
      Get the stateDetails property: An object that contains the details about an environment's state.
      Returns:
      the stateDetails value.
    • validate

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