Interface ExportExecutionListResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportExecutionListResultInner object.
    Gets the value property: A list of export runs.
  • Method Details

    • value

      List<ExportRun> value()
      Gets the value property: A list of export runs.
      Returns:
      the value value.
    • innerModel

      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportExecutionListResultInner object.
      Returns:
      the inner object.