Package version:

Interface ClustersCreateOrUpdateOptionalParams

Optional parameters.

interface ClustersCreateOrUpdateOptionalParams {
    ifMatch?: string;
    ifNoneMatch?: string;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • ClustersCreateOrUpdateOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response.

resumeFrom?: string

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

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.

Generated using TypeDoc