Package version:

Interface DeleteSynonymMapOptions

Options for delete synonymmap operation.

interface DeleteSynonymMapOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

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