RegistryValueEntityProperties interface
RegistryValue entity property bag.
- Extends
Properties
key |
The registry key entity id. NOTE: This property will not be serialized. It can only be populated by the server. |
value |
String formatted representation of the value data. NOTE: This property will not be serialized. It can only be populated by the server. |
value |
The registry value name. NOTE: This property will not be serialized. It can only be populated by the server. |
value |
Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
keyEntityId
The registry key entity id. NOTE: This property will not be serialized. It can only be populated by the server.
keyEntityId?: string
Property Value
string
valueData
String formatted representation of the value data. NOTE: This property will not be serialized. It can only be populated by the server.
valueData?: string
Property Value
string
valueName
The registry value name. NOTE: This property will not be serialized. It can only be populated by the server.
valueName?: string
Property Value
string
valueType
Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. NOTE: This property will not be serialized. It can only be populated by the server.
valueType?: string
Property Value
string
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript