AzureResourceEntityProperties interface
AzureResource entity property bag.
- Extends
Properties
| resource |
The azure resource id of the resource |
| subscription |
The subscription id of the resource |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| 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. |
Property Details
resourceId
The azure resource id of the resource
resourceId?: string
Property Value
string
subscriptionId
The subscription id of the resource
subscriptionId?: 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.
additionalData?: Record<string, any>
Property Value
Record<string, any>
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.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName