Class AvailableServiceTierInner

java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.AvailableServiceTierInner

public final class AvailableServiceTierInner extends Object
Service Tier details.
  • Constructor Details

    • AvailableServiceTierInner

      public AvailableServiceTierInner()
  • Method Details

    • serviceTier

      public SkuNameEnum serviceTier()
      Get the serviceTier property: The name of the Service Tier.
      Returns:
      the serviceTier value.
    • enabled

      public Boolean enabled()
      Get the enabled property: True if the Service Tier is enabled for the workspace.
      Returns:
      the enabled value.
    • minimumRetention

      public Long minimumRetention()
      Get the minimumRetention property: The minimum retention for the Service Tier, in days.
      Returns:
      the minimumRetention value.
    • maximumRetention

      public Long maximumRetention()
      Get the maximumRetention property: The maximum retention for the Service Tier, in days.
      Returns:
      the maximumRetention value.
    • defaultRetention

      public Long defaultRetention()
      Get the defaultRetention property: The default retention for the Service Tier, in days.
      Returns:
      the defaultRetention value.
    • capacityReservationLevel

      public Long capacityReservationLevel()
      Get the capacityReservationLevel property: The capacity reservation level in GB per day. Returned for the Capacity Reservation Service Tier.
      Returns:
      the capacityReservationLevel value.
    • lastSkuUpdate

      public String lastSkuUpdate()
      Get the lastSkuUpdate property: Time when the sku was last updated for the workspace. Returned for the Capacity Reservation Service Tier.
      Returns:
      the lastSkuUpdate value.
    • validate

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