Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 enrollment in the Frontier program. For more information about the Frontier program, see Explore AI Early Access in Microsoft 365.
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"
}