teamTemplate resource type
Namespace: microsoft.graph
重要
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a logical container for all the definitions and versions of the same team template.
Method | Return type | Description |
---|---|---|
List teamTemplates | teamTemplate collection | Get a list of the teamTemplate objects available for the tenant. |
List definitions | teamTemplateDefinition collection | List the teamTemplateDefinition objects associated with a teamTemplate. |
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the template. Cannot be null. |
Relationship | Type | Description |
---|---|---|
definitions | teamtemplatedefinition collection | A generic representation of a team template definition for a team with a specific structure and configuration. |
{
"id": "string"
}