ManagementRoles Constructors

Definition

Overloads

ManagementRoles(String)

Initializes a new instance of the ManagementRoles class with the associated user role. The ManagementRoles(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ManagementRoles(String, String)

Initializes a new instance of the ManagementRoles class with the associated user role and application role. The ManagementRoles(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ManagementRoles(String[], String[])

Initializes a new instance of the ManagementRoles class with the associated collection of user and application roles. The ManagementRoles(String[], String[]) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ManagementRoles(String)

Initializes a new instance of the ManagementRoles class with the associated user role. The ManagementRoles(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 ManagementRoles(System::String ^ userRole);
public ManagementRoles (string userRole);
Public Sub New (userRole As String)

Parameters

userRole
String

The user role.

Applies to

ManagementRoles(String, String)

Initializes a new instance of the ManagementRoles class with the associated user role and application role. The ManagementRoles(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 ManagementRoles(System::String ^ userRole, System::String ^ applicationRole);
public ManagementRoles (string userRole, string applicationRole);
Public Sub New (userRole As String, applicationRole As String)

Parameters

userRole
String

The user role.

applicationRole
String

The application role.

Applies to

ManagementRoles(String[], String[])

Initializes a new instance of the ManagementRoles class with the associated collection of user and application roles. The ManagementRoles(String[], String[]) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 ManagementRoles(cli::array <System::String ^> ^ userRoles, cli::array <System::String ^> ^ applicationRoles);
public ManagementRoles (string[] userRoles, string[] applicationRoles);
Public Sub New (userRoles As String(), applicationRoles As String())

Parameters

userRoles
String[]

The user roles.

applicationRoles
String[]

The application roles.

Applies to