TeamProperties interface
Describes team properties
Properties
group |
List of group IDs to add their members to the team |
member |
List of member IDs to add to the team |
team |
The description of the team |
team |
The name of the team |
Property Details
groupIds
List of group IDs to add their members to the team
groupIds?: string[]
Property Value
string[]
memberIds
List of member IDs to add to the team
memberIds?: string[]
Property Value
string[]
teamDescription
The description of the team
teamDescription?: string
Property Value
string
teamName
The name of the team
teamName: string
Property Value
string
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript