Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Important
APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.
Provides details for each element type comprising the package.
Important
Access to the Package Management API requires a Microsoft Agent 365 license.
Properties
| Property | Type | Description |
|---|---|---|
elements |
packageElement collection | List of details for all elements in the package of this type. |
elementType |
String | Type of the element (e.g., CustomEngineCopilot, DeclarativeAgent, Bot). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.packageElementDetail",
"elements": [
{
"@odata.type": "microsoft.graph.packageElement"
}
],
"elementType": "String"
}