Interface ApiExportResult


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

      • 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

        ApiExportResultValue 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.