Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Namespace: microsoft.graph
Important
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.
Methods
| 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. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier of the template. Cannot be null. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| definitions | teamtemplatedefinition collection | A generic representation of a team template definition for a team with a specific structure and configuration. |
JSON representation
{
"id": "string"
}