Class WorkspaceCapping

java.lang.Object
com.azure.resourcemanager.loganalytics.models.WorkspaceCapping

public final class WorkspaceCapping extends Object
The daily volume cap for ingestion.
  • Constructor Details

    • WorkspaceCapping

      public WorkspaceCapping()
  • Method Details

    • dailyQuotaGb

      public Double dailyQuotaGb()
      Get the dailyQuotaGb property: The workspace daily quota for ingestion.
      Returns:
      the dailyQuotaGb value.
    • withDailyQuotaGb

      public WorkspaceCapping withDailyQuotaGb(Double dailyQuotaGb)
      Set the dailyQuotaGb property: The workspace daily quota for ingestion.
      Parameters:
      dailyQuotaGb - the dailyQuotaGb value to set.
      Returns:
      the WorkspaceCapping object itself.
    • quotaNextResetTime

      public String quotaNextResetTime()
      Get the quotaNextResetTime property: The time when the quota will be rest.
      Returns:
      the quotaNextResetTime value.
    • dataIngestionStatus

      public DataIngestionStatus dataIngestionStatus()
      Get the dataIngestionStatus property: The status of data ingestion for this workspace.
      Returns:
      the dataIngestionStatus value.
    • validate

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