CloudApplicationEntityProperties interface
CloudApplication entity property bag.
- Extends
Properties
app |
The technical identifier of the application. NOTE: This property will not be serialized. It can only be populated by the server. |
app |
The name of the related cloud application. NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has. 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
appId
The technical identifier of the application. NOTE: This property will not be serialized. It can only be populated by the server.
appId?: number
Property Value
number
appName
The name of the related cloud application. NOTE: This property will not be serialized. It can only be populated by the server.
appName?: string
Property Value
string
instanceName
The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has. NOTE: This property will not be serialized. It can only be populated by the server.
instanceName?: 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