Class PolicyExportFormat

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

public final class PolicyExportFormat extends com.azure.core.util.ExpandableStringEnum<PolicyExportFormat>
Defines values for PolicyExportFormat.
  • Field Details

    • XML

      public static final PolicyExportFormat XML
      Static value xml for PolicyExportFormat.
    • RAWXML

      public static final PolicyExportFormat RAWXML
      Static value rawxml for PolicyExportFormat.
  • Constructor Details

    • PolicyExportFormat

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

    • fromString

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

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