Compartir a través de


IdentityHttpClient.CreateScopeAsync (Método)

Espacio de nombres:  Microsoft.VisualStudio.Services.Identity.Client
Ensamblado:  Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxis

'Declaración
Public Function CreateScopeAsync ( _
    scopeId As Guid, _
    parentScopeId As Guid, _
    scopeType As GroupScopeType, _
    scopeName As String, _
    adminGroupName As String, _
    adminGroupDescription As String, _
    creatorId As Guid, _
    userState As Object _
) As Task(Of IdentityScope)
public Task<IdentityScope> CreateScopeAsync(
    Guid scopeId,
    Guid parentScopeId,
    GroupScopeType scopeType,
    string scopeName,
    string adminGroupName,
    string adminGroupDescription,
    Guid creatorId,
    Object userState
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IdentityHttpClient Clase

Microsoft.VisualStudio.Services.Identity.Client (Espacio de nombres)