Interface ExportListResult


public interface ExportListResult
An immutable client-side representation of ExportListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportListResultInner object.
    Gets the value property: The list of exports.
  • Method Details

    • value

      List<Export> value()
      Gets the value property: The list of exports.
      Returns:
      the value value.
    • innerModel

      ExportListResultInner innerModel()
      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportListResultInner object.
      Returns:
      the inner object.