Package version:

Interface FunctionsUpdateOptionalParams

Optional parameters.

interface FunctionsUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • FunctionsUpdateOptionalParams

Properties

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.

Generated using TypeDoc