Class FlowLogFormatType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
com.azure.resourcemanager.network.models.FlowLogFormatType

public final class FlowLogFormatType extends com.azure.core.util.ExpandableStringEnum<FlowLogFormatType>
The file type of flow log.
  • Field Details

    • JSON

      public static final FlowLogFormatType JSON
      Static value JSON for FlowLogFormatType.
  • Constructor Details

    • FlowLogFormatType

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

    • fromString

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

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