Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FleetsCreateOrUpdateOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • FleetsCreateOrUpdateOptionalParams

Index

Properties

Optional ifMatch

ifMatch: undefined | string

Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

Optional ifNoneMatch

ifNoneMatch: undefined | string

Set to '*' to allow a new resource to be created and prevent updating an existing resource. 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