Freigeben über


IdentityHttpClient.CreateScopeAsync-Methode

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

Syntax

'Declaration
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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityHttpClient Klasse

Microsoft.VisualStudio.Services.Identity.Client-Namespace