Partilhar via


Método IdentityHttpClient.CreateGroupsAsync

Namespace:  Microsoft.VisualStudio.Services.Identity.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Public Function CreateGroupsAsync ( _
    scopeId As Guid, _
    groups As IList(Of Identity), _
    userState As Object _
) As Task(Of IdentitiesCollection)
public Task<IdentitiesCollection> CreateGroupsAsync(
    Guid scopeId,
    IList<Identity> groups,
    Object userState
)

Parâmetros

Valor de retorno

Tipo: System.Threading.Tasks.Task<IdentitiesCollection>

Segurança do .NET Framework

Consulte também

Referência

IdentityHttpClient Classe

Namespace Microsoft.VisualStudio.Services.Identity.Client