Interface KustoPool.UpdateStages.WithIfMatch

All Known Subinterfaces:
KustoPool.Update
Enclosing interface:
KustoPool.UpdateStages

public static interface KustoPool.UpdateStages.WithIfMatch
The stage of the KustoPool update allowing to specify ifMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: The ETag of the Kusto Pool.
  • Method Details

    • withIfMatch

      KustoPool.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: The ETag of the Kusto Pool. Omit this value to always overwrite the current Kusto Pool. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes..
      Parameters:
      ifMatch - The ETag of the Kusto Pool. Omit this value to always overwrite the current Kusto Pool. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
      Returns:
      the next definition stage.