Interface SkuInformation


public interface SkuInformation
An immutable client-side representation of SkuInformation.
  • Method Details

    • sku

      Sku sku()
      Gets the sku property: The Sku.
      Returns:
      the sku value.
    • enabled

      Boolean enabled()
      Gets the enabled property: The sku is enabled or not.
      Returns:
      the enabled value.
    • dataLocationToServiceLocationMap

      List<DataLocationToServiceLocationMap> dataLocationToServiceLocationMap()
      Gets the dataLocationToServiceLocationMap property: The map of data location to service location.
      Returns:
      the dataLocationToServiceLocationMap value.
    • capacity

      SkuCapacity capacity()
      Gets the capacity property: Capacity of the Sku.
      Returns:
      the capacity value.
    • costs

      List<SkuCost> costs()
      Gets the costs property: Cost of the Sku.
      Returns:
      the costs value.
    • apiVersions

      List<String> apiVersions()
      Gets the apiVersions property: Api versions that support this Sku.
      Returns:
      the apiVersions value.
    • disabledReason

      SkuDisabledReason disabledReason()
      Gets the disabledReason property: Reason why the Sku is disabled.
      Returns:
      the disabledReason value.
    • disabledReasonMessage

      String disabledReasonMessage()
      Gets the disabledReasonMessage property: Message for why the Sku is disabled.
      Returns:
      the disabledReasonMessage value.
    • requiredFeature

      String requiredFeature()
      Gets the requiredFeature property: Required feature to access the sku.
      Returns:
      the requiredFeature value.
    • innerModel

      SkuInformationInner innerModel()
      Gets the inner com.azure.resourcemanager.databox.fluent.models.SkuInformationInner object.
      Returns:
      the inner object.