Interface KustoPool.DefinitionStages.WithIfNoneMatch

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

public static interface KustoPool.DefinitionStages.WithIfNoneMatch
The stage of the KustoPool definition allowing to specify ifNoneMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIfNoneMatch(String ifNoneMatch)
    Specifies the ifNoneMatch property: Set to '*' to allow a new Kusto Pool to be created, but to prevent updating an existing Kusto Pool.
  • Method Details

    • withIfNoneMatch

      KustoPool.DefinitionStages.WithCreate withIfNoneMatch(String ifNoneMatch)
      Specifies the ifNoneMatch property: Set to '*' to allow a new Kusto Pool to be created, but to prevent updating an existing Kusto Pool. Other values will result in a 412 Pre-condition Failed response..
      Parameters:
      ifNoneMatch - Set to '*' to allow a new Kusto Pool to be created, but to prevent updating an existing Kusto Pool. Other values will result in a 412 Pre-condition Failed response.
      Returns:
      the next definition stage.