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 | |
---|---|---|
AssignMSOUser(String, String) | Maps a Microsoft online account to a local user account. |
|
CreateMSOUser(String, String, String) | Creates a Microsoft online account and maps it to a local user account. |
|
DeleteMSOUser(String) | Deletes a Microsoft online account. |
|
DisableMSOUser(String) | Disables a Microsoft online account. |
|
EnableMSOUser(String) | Enables a Microsoft online account. |
|
GetAcceptedMSODomains() | Retrieves all accepted Microsoft online domains. |
|
GetAllMSOUsers() | Retrieves information about the Microsoft online users in the Active Directory group. |
|
GetMSOSubscriptionInfo() | Retrieves subscription information about a Microsoft online account. |
|
GetMSOUser(String) | Retrieves user information from a Microsoft online account. |
|
SetMSOLicense(String, MSOLicense[]) | Assigns a license to a Microsoft online account. |
|
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