Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ResourceLock

Resource locks prevent certain APIs from being called for the resource. A full lock prevents both updating and deleting the resource. A lock delete prevents deleting the resource.

Properties

Optional message

message: undefined | string

A message added by the lock creator. The message typically gives an indication of why the resource is locked.

Optional relatedResourceId

relatedResourceId: undefined | string

The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.

Optional timeCreated

timeCreated: Date

Indicates when the lock was created, in the format defined by RFC 3339.

type

type: Type

Lock type.

Functions

getDeserializedJsonObj

getJsonObj