Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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"
}