Interface LabServicesSku


  • public interface LabServicesSku
    An immutable client-side representation of LabServicesSku.
    • Method Detail

      • resourceType

        String resourceType()
        Gets the resourceType property: The lab services resource type.
        Returns:
        the resourceType value.
      • name

        String name()
        Gets the name property: The name of the SKU.
        Returns:
        the name value.
      • tier

        LabServicesSkuTier tier()
        Gets the tier property: The tier of the SKU.
        Returns:
        the tier value.
      • size

        String size()
        Gets the size property: The SKU size.
        Returns:
        the size value.
      • family

        String family()
        Gets the family property: The family of the SKU.
        Returns:
        the family value.
      • capacity

        LabServicesSkuCapacity capacity()
        Gets the capacity property: The scale out/in options of the SKU.
        Returns:
        the capacity value.
      • capabilities

        List<LabServicesSkuCapabilities> capabilities()
        Gets the capabilities property: The capabilities of the SKU.
        Returns:
        the capabilities value.
      • locations

        List<String> locations()
        Gets the locations property: List of locations that are available for a size.
        Returns:
        the locations value.
      • costs

        List<LabServicesSkuCost> costs()
        Gets the costs property: Metadata for retrieving price info of a lab services SKUs.
        Returns:
        the costs value.
      • restrictions

        List<LabServicesSkuRestrictions> restrictions()
        Gets the restrictions property: Restrictions of a lab services SKUs.
        Returns:
        the restrictions value.
      • innerModel

        LabServicesSkuInner innerModel()
        Gets the inner com.azure.resourcemanager.labservices.fluent.models.LabServicesSkuInner object.
        Returns:
        the inner object.