Interface ApiSpecExportResult


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

    Modifier and Type
    Method
    Description
    Gets the format property: The format of exported result.
    Gets the inner com.azure.resourcemanager.apicenter.fluent.models.ApiSpecExportResultInner object.
    Gets the value property: The result of the export operation.
  • Method Details

    • format

      Gets the format property: The format of exported result.
      Returns:
      the format value.
    • value

      String value()
      Gets the value property: The result of the export operation.
      Returns:
      the value value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apicenter.fluent.models.ApiSpecExportResultInner object.
      Returns:
      the inner object.