Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KustoPoolsCreateOrUpdateOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • KustoPoolsCreateOrUpdateOptionalParams

Index

Properties

Optional ifMatch

ifMatch: undefined | string

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.

Optional ifNoneMatch

ifNoneMatch: undefined | string

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.

Optional resumeFrom

resumeFrom: undefined | string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

Optional updateIntervalInMs

updateIntervalInMs: undefined | number

Delay to wait until next poll, in milliseconds.

Generated using TypeDoc