Package version:

Interface CreateOrUpdateSynonymMapOptions

Options for create/update synonymmap operation.

interface CreateOrUpdateSynonymMapOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

If set to true, Resource will be updated only if the etag matches.