AzureADServiceManager Members

Operates on integration, manage user, group, domain and tenant information.

The following tables list the members exposed by the AzureADServiceManager type.

Public Constructors

  Name Description
  AzureADServiceManager Creates a new instance of the AzureADServiceManagerclass.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ChangeMSOUserPasswordAsync Asynchronously changes the password of the specified Azure Active Directory user.
public method DisableAzureADIntegrationAsync Disables asynchronous Azure Active Directory integration.
public method Dispose Overloaded. Releases all resources used by the AzureADServiceManager class.
public method EnableAzureADIntegrationAsync Enable asynchronous Azure active directory integration.
public method Equals  (Inherited from Object)
public method GetAllMSOSecurityGroupAsync Asynchronously retrieves all Azure Active Directory security groups.
public method GetAllMSOUsersAsync Retrieves all Azure Active Directory users asynchronously.
public method GetDomainAsync Asynchronously retrieves the Azure Active Directory domain configuration.
public method GetHashCode  (Inherited from Object)
public method GetMappedMSOSecurityGroupAsync Retrieve a mapped Azure Active Directory security group using the specified local user group name.
public method GetMappedMSOUserAsync Asynchronously retrieves the Azure Active Directory user name that is mapped to the specified local user name.
public method GetMSOSecurityGroupAsync Retrieves an Azure Active Directory security group using the specified object id.
public method GetMSOUserAsync Asynchronously retrieves an Azure AD user using the User Principal Name (UPN).
public method GetTenantInformationAsync Asynchronously retrieves the Azure Active Directory tenant information.
public method GetType  (Inherited from Object)
public method IsAzureADIntegrationEnabled Determines if Azure Active Directory is integrated.
public method MapExistingMSOSecurityGroupAsync Asynchronously map an existing online security group to a local user group.
public method MapMSOUserToLocalAsync Asynchronously maps an online user to an on-premise user.
public method MapNewMSOSecurityGroupAsync Asynchronsouly creates a new online security group, and maps the new group to a local user group.
public method RemoveMappedMSOSecurityGroupAsync Remove an Azure Active Directory security group using the associated local user group name.
public method RemoveMSOUserAsync Asynchronously removes an Azure Active Directory user using the associated local user name.
public method ToString  (Inherited from Object)
public method UnMapMSOSecurityGroupAsync Asynchronously remove the mapping relationship between an Azure Active Directory security group and a local user group.
public method UnmapMSOUserFromLocalAysnc Asynchronously removes a mapping relationship between an Azure Active Directory account and a local user.
public method UpdateMSOUserAsync Asynchronously updates the Azure Active Directory user information.

Top

Protected Methods

  Name Description
protected method Dispose Overloaded. Releases all resources used by the AzureADServiceManager class.
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Public Events

  Name Description
public event DomainUpdated Represents the online domain information updated event.
public event MSOSecurityGroupUpdated Represents the online security group information updated event.
public event TenantInformationUpdated Represents the online tenant subscription information updated event.
public event UserUpdated Represents the online user information updated event.

Top

See Also

Reference

AzureADServiceManager Class
Microsoft.WindowsServerSolutions.AzureADIntegration Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.