Package version:

Interface SetConfigurationSettingOptions

Options used when saving a ConfigurationSetting.

interface SetConfigurationSettingOptions {
    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.