Interface ApiExportResult


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

    Modifier and Type
    Method
    Description
    Gets the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.
    id()
    Gets the id property: ResourceId of the API which was exported.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiExportResultInner object.
    Gets the value property: The object defining the schema of the exported API Detail.
  • Method Details

    • id

      String id()
      Gets the id property: ResourceId of the API which was exported.
      Returns:
      the id value.
    • exportResultFormat

      ExportResultFormat exportResultFormat()
      Gets the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.
      Returns:
      the exportResultFormat value.
    • value

      Gets the value property: The object defining the schema of the exported API Detail.
      Returns:
      the value value.
    • innerModel

      ApiExportResultInner innerModel()
      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiExportResultInner object.
      Returns:
      the inner object.