Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetConfigurationSettingOptions

Package version

Options for getting a ConfigurationSetting.

Hierarchy

Index

Properties

Optional acceptDateTime

acceptDateTime: Date

Requests the server to respond with the state of the resource at the specified time.

Optional fields

fields: ("label" | "key" | "value" | "tags" | "etag" | "contentType" | "isReadOnly" | "lastModified")[]

Which fields to return for each ConfigurationSetting

Optional onlyIfChanged

onlyIfChanged: undefined | false | true

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

Generated using TypeDoc