Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PutKeyValueOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • PutKeyValueOptionalParams

Index

Properties

Optional entity

entity: KeyValue

The key-value to create.

Optional ifMatch

ifMatch: undefined | string

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

Optional ifNoneMatch

ifNoneMatch: undefined | string

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

Optional label

label: undefined | string

The label of the key-value to create.

Generated using TypeDoc