Package version:

Interface OutputsCreateOrReplaceOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • OutputsCreateOrReplaceOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

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

Generated using TypeDoc