Class ResourceTypeSkuInner

java.lang.Object
com.azure.resourcemanager.databoxedge.fluent.models.ResourceTypeSkuInner

public final class ResourceTypeSkuInner extends Object
SkuInformation object.
  • Constructor Details

    • ResourceTypeSkuInner

      public ResourceTypeSkuInner()
      Creates an instance of ResourceTypeSkuInner class.
  • Method Details

    • resourceType

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

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

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

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

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

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

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

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

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

      public List<SkuRestriction> restrictions()
      Get the restrictions property: Restrictions of the SKU availability.
      Returns:
      the restrictions value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.