Package version:

Interface FunctionsCreateOrReplaceOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • FunctionsCreateOrReplaceOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

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

Generated using TypeDoc