Compartilhar via


Método IdentityManagementWebService.CreateApplicationGroup

Cria um grupo de aplicativos TFS

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function CreateApplicationGroup ( _
    projectUri As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
[WebMethodAttribute]
public IdentityDescriptor CreateApplicationGroup(
    string projectUri,
    string groupName,
    string groupDescription
)

Parâmetros

  • projectUri
    Tipo: System.String
    Se o zero ou vazio, o grupo será criado no escopo do servidor; ou o grupo será criado no escopo de projeto por este parâmetro
  • groupDescription
    Tipo: System.String
    description. pode ser nulo

Valor de retorno

Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Um descritor cujo identificador é o Sid do grupo criado

Segurança do .NET Framework

Consulte também

Referência

IdentityManagementWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices