Class ExportResultFormat

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExportResultFormat>
com.azure.resourcemanager.apimanagement.models.ExportResultFormat
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ExportResultFormat extends com.azure.core.util.ExpandableStringEnum<ExportResultFormat>
Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.
  • Field Details

  • Constructor Details

    • ExportResultFormat

      @Deprecated public ExportResultFormat()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ExportResultFormat value.
  • Method Details

    • fromString

      public static ExportResultFormat fromString(String name)
      Creates or finds a ExportResultFormat from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ExportResultFormat.
    • values

      public static Collection<ExportResultFormat> values()
      Gets known ExportResultFormat values.
      Returns:
      known ExportResultFormat values.