CloudApplicationEntity interface
Represents a cloud application entity.
- Extends
Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| app |
The technical identifier of the application. |
| app |
The name of the related cloud application. |
| 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. |
| 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. |
| kind | The kind of the entity. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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>
appId
The technical identifier of the application.
appId?: number
Property Value
number
appName
The name of the related cloud application.
appName?: string
Property Value
string
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
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.
instanceName?: string
Property Value
string
kind
The kind of the entity.
kind: "CloudApplication"
Property Value
"CloudApplication"
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From Entity.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From Entity.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From Entity.type