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

    • resourceType

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

      String name()
      Gets the name property: The name of sku.
      Returns:
      the name value.
    • billingPlans

      Gets the billingPlans property: The billing plan options available for this sku.
      Returns:
      the billingPlans value.
    • terms

      Gets the terms property: Available reservation terms for this resource.
      Returns:
      the terms value.
    • locations

      List<String> locations()
      Gets the locations property: The locations property.
      Returns:
      the locations value.
    • skuProperties

      List<SkuProperty> skuProperties()
      Gets the skuProperties property: The skuProperties property.
      Returns:
      the skuProperties value.
    • msrp

      CatalogMsrp msrp()
      Gets the msrp property: Pricing information about the sku.
      Returns:
      the msrp value.
    • restrictions

      List<SkuRestriction> restrictions()
      Gets the restrictions property: The restrictions property.
      Returns:
      the restrictions value.
    • tier

      String tier()
      Gets the tier property: The tier of this sku.
      Returns:
      the tier value.
    • size

      String size()
      Gets the size property: The size of this sku.
      Returns:
      the size value.
    • capabilities

      List<SkuCapability> capabilities()
      Gets the capabilities property: The capabilities property.
      Returns:
      the capabilities value.
    • innerModel

      CatalogInner innerModel()
      Gets the inner com.azure.resourcemanager.reservations.fluent.models.CatalogInner object.
      Returns:
      the inner object.