teamsAsyncOperationType enum type
Namespace: microsoft.graph
Types of teamsAsyncOperation. Members are added as more async operations are supported. You must use the Prefer: include-unknown-enum-members
request header to get the following values in this evolvable enum: teamifyGroup
, createChannel
, archiveChannel
, unarchiveChannel
.
Members
Member | Description |
---|---|
invalid | Invalid value. |
cloneTeam | Operation to clone a team. |
archiveTeam | Operation to archive a team. |
unarchiveTeam | Operation to restore an archived team. |
createTeam | Operation to create a team from scratch. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
teamifyGroup | Operation to create a team from a group. |
createChannel | Operation to create a channel in a team. |
archiveChannel | Operation to archive a channel. |
unarchiveChannel | Operation to unarchive a channel. |