Partager via


IdentityHttpClient.CreateScopeAsync, méthode

Espace de noms :  Microsoft.VisualStudio.Services.Identity.Client
Assembly :  Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

IdentityHttpClient Classe

Microsoft.VisualStudio.Services.Identity.Client, espace de noms