Interface ResourceTypeSku


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

    • resourceType

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

      SkuName name()
      Gets the name property: The Sku name.
      Returns:
      the name value.
    • kind

      String kind()
      Gets the kind property: The Sku kind.
      Returns:
      the kind value.
    • tier

      SkuTier tier()
      Gets the tier property: The Sku tier.
      Returns:
      the tier value.
    • family

      String family()
      Gets the family property: The Sku family.
      Returns:
      the family value.
    • locations

      List<String> locations()
      Gets the locations property: Availability of the SKU for the region.
      Returns:
      the locations value.
    • apiVersions

      List<String> apiVersions()
      Gets the apiVersions property: The API versions in which SKU is available.
      Returns:
      the apiVersions value.
    • locationInfo

      List<SkuLocationInfo> locationInfo()
      Gets the locationInfo property: Availability of the SKU for the location/zone.
      Returns:
      the locationInfo value.
    • costs

      List<SkuCost> costs()
      Gets the costs property: The pricing info of the Sku.
      Returns:
      the costs value.
    • restrictions

      List<SkuRestriction> restrictions()
      Gets the restrictions property: Restrictions of the SKU availability.
      Returns:
      the restrictions value.
    • innerModel

      ResourceTypeSkuInner innerModel()
      Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.ResourceTypeSkuInner object.
      Returns:
      the inner object.