Package version:

Interface DeleteDataSourceConnectionOptions

Options for delete datasource operation.

interface DeleteDataSourceConnectionOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

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