Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetConfigurationSettingOptions

Package version

Options for getting a ConfigurationSetting.

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional acceptDatetime

acceptDatetime: undefined | string

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

Optional fields

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

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.

Optional requestOptions

requestOptions: OperationRequestOptions

Options used when creating and sending HTTP requests for this operation.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Generated using TypeDoc