Class FlowLogFormatParameters

java.lang.Object
com.microsoft.azure.management.network.FlowLogFormatParameters

public class FlowLogFormatParameters extends Object
Parameters that define the flow log format.
  • Constructor Details

    • FlowLogFormatParameters

      public FlowLogFormatParameters()
  • Method Details

    • type

      public FlowLogFormatType type()
      Get the file type of flow log. Possible values include: 'JSON'.
      Returns:
      the type value
    • withType

      Set the file type of flow log. Possible values include: 'JSON'.
      Parameters:
      type - the type value to set
      Returns:
      the FlowLogFormatParameters object itself.
    • version

      public Integer version()
      Get the version (revision) of the flow log.
      Returns:
      the version value
    • withVersion

      public FlowLogFormatParameters withVersion(Integer version)
      Set the version (revision) of the flow log.
      Parameters:
      version - the version value to set
      Returns:
      the FlowLogFormatParameters object itself.