Interface PriceSheetResult


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

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

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

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

        String etag()
        Gets the etag property: The etag for the resource.
        Returns:
        the etag value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • pricesheets

        List<PriceSheetProperties> pricesheets()
        Gets the pricesheets property: Price sheet.
        Returns:
        the pricesheets value.
      • nextLink

        String nextLink()
        Gets the nextLink property: The link (url) to the next page of results.
        Returns:
        the nextLink value.
      • download

        MeterDetails download()
        Gets the download property: Pricesheet download details.
        Returns:
        the download value.
      • innerModel

        PriceSheetResultInner innerModel()
        Gets the inner com.azure.resourcemanager.consumption.fluent.models.PriceSheetResultInner object.
        Returns:
        the inner object.