Interface SkuDescription


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

      • resourceType

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

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

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

        List<String> locations()
        Gets the locations property: The set of locations that the SKU is available.
        Returns:
        the locations value.
      • locationInfo

        List<SkuLocationInfoItem> locationInfo()
        Gets the locationInfo property: Locations and zones.
        Returns:
        the locationInfo value.
      • restrictions

        List<Object> restrictions()
        Gets the restrictions property: The restrictions because of which SKU cannot be used.
        Returns:
        the restrictions value.
      • innerModel

        SkuDescriptionInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.SkuDescriptionInner object.
        Returns:
        the inner object.