Interface KustoPool.DefinitionStages.WithEnablePurge

All Known Subinterfaces:
KustoPool.Definition, KustoPool.DefinitionStages.WithCreate
Enclosing interface:
KustoPool.DefinitionStages

public static interface KustoPool.DefinitionStages.WithEnablePurge
The stage of the KustoPool definition allowing to specify enablePurge.
  • Method Details

    • withEnablePurge

      KustoPool.DefinitionStages.WithCreate withEnablePurge(Boolean enablePurge)
      Specifies the enablePurge property: A boolean value that indicates if the purge operations are enabled..
      Parameters:
      enablePurge - A boolean value that indicates if the purge operations are enabled.
      Returns:
      the next definition stage.