Package version:

Interface PipelinesCreateOrUpdateOptionalParams

Optional parameters.

interface PipelinesCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • PipelinesCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

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