Package version:

Interface DeleteConfigurationSettingOptions

Options for deleting a ConfigurationSetting.

interface DeleteConfigurationSettingOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

Used to perform an operation only if the targeted resource's etag matches the value provided.