AccessControlWebService.ProvisionServiceIdentity, méthode
Placez une identité du service avec les informations. Ajoute éventuellement l'identité aux groupes donnés.
Espace de noms : Microsoft.TeamFoundation.Server.Core.WebServices
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function ProvisionServiceIdentity ( _
identityInfo As ServiceIdentityInfo, _
addToGroups As IdentityDescriptor() _
) As ServiceIdentity2012
[WebMethodAttribute]
public ServiceIdentity2012 ProvisionServiceIdentity(
ServiceIdentityInfo identityInfo,
IdentityDescriptor[] addToGroups
)
Paramètres
- identityInfo
Type : Microsoft.TeamFoundation.Framework.Server.ServiceIdentityInfo
Les informations d'identité à configurer.En l'absence de spécification, l'identité du service par défaut est approvisionnement
- addToGroups
Type : array<Microsoft.VisualStudio.Services.Identity.IdentityDescriptor[]
Ajoutez l'identité aux groupes donnés.Si aucun n'est spécifié, l'identité est ajoutée au groupe Service Accounts
Valeur de retour
Type : Microsoft.TeamFoundation.Server.Core.WebServices.ServiceIdentity2012
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AccessControlWebService Classe
Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms