Interface AvailableServiceTier


public interface AvailableServiceTier
An immutable client-side representation of AvailableServiceTier.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the capacityReservationLevel property: The capacity reservation level in GB per day.
    Gets the defaultRetention property: The default retention for the Service Tier, in days.
    Gets the enabled property: True if the Service Tier is enabled for the workspace.
    Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.AvailableServiceTierInner object.
    Gets the lastSkuUpdate property: Time when the sku was last updated for the workspace.
    Gets the maximumRetention property: The maximum retention for the Service Tier, in days.
    Gets the minimumRetention property: The minimum retention for the Service Tier, in days.
    Gets the serviceTier property: The name of the Service Tier.
  • Method Details

    • serviceTier

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

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

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

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

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

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

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

      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.AvailableServiceTierInner object.
      Returns:
      the inner object.