Package version:

Interface InputsCreateOrReplaceOptionalParams

Optional parameters.

interface InputsCreateOrReplaceOptionalParams {
    ifMatch?: string;
    ifNoneMatch?: string;
}

Hierarchy

  • unknown
    • InputsCreateOrReplaceOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

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

Generated using TypeDoc