Package version:

Interface TriggersCreateOrUpdateOptionalParams

Optional parameters.

interface TriggersCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • TriggersCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.