IAzureADManagement Interface

 

Manages user accounts and licenses for Azure Active Directory.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Management
Assembly:  Wssg.WebApi.AzureADManagement (in Wssg.WebApi.AzureADManagement.dll)

Syntax

[ServiceContractAttribute(Name = "AzureADManagement", Namespace = "http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi")]
public interface IAzureADManagement
[ServiceContractAttribute(Name = "AzureADManagement", Namespace = "http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi")]
public interface class IAzureADManagement
<ServiceContractAttribute(Name := "AzureADManagement", Namespace := "http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi")>
Public Interface IAzureADManagement

Methods

Name Description
System_CAPS_pubmethod AssignMSOUser(String, String)

Maps a Microsoft online account to a local user account.

System_CAPS_pubmethod CreateMSOUser(String, String, String)

Creates a Microsoft online account and maps it to a local user account.

System_CAPS_pubmethod DeleteMSOUser(String)

Deletes a Microsoft online account.

System_CAPS_pubmethod DisableMSOUser(String)

Disables a Microsoft online account.

System_CAPS_pubmethod EnableMSOUser(String)

Enables a Microsoft online account.

System_CAPS_pubmethod GetAcceptedMSODomains()

Retrieves all accepted Microsoft online domains.

System_CAPS_pubmethod GetAllMSOUsers()

Retrieves information about the Microsoft online users in the Active Directory group.

System_CAPS_pubmethod GetMSOSubscriptionInfo()

Retrieves subscription information about a Microsoft online account.

System_CAPS_pubmethod GetMSOUser(String)

Retrieves user information from a Microsoft online account.

System_CAPS_pubmethod SetMSOLicense(String, MSOLicense[])

Assigns a license to a Microsoft online account.

System_CAPS_pubmethod UnassignMSOUser(String)

Removes the mapping between a Microsoft online account and a local user account.

See Also

Microsoft.WindowsServerSolutions.WebApi.Management Namespace

Return to top