Microsoft.Open.AzureADBeta.Graph.Client.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Open.AzureADBeta.Graph.Client</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi">
            <summary>
            Represents a collection of functions to interact with the API endpoints
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddAdministrativeUnitMember(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member
            </summary>
            <remarks>
            Add an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddAdministrativeUnitMemberWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member
            </summary>
            <remarks>
            Add an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddScopedRoleMembership(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit
            </summary>
            <remarks>
            Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddScopedRoleMembershipWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit
            </summary>
            <remarks>
            Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>ApiResponse of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId
            </summary>
            <remarks>
            Get an administrativeUnit by objectId from Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId
            </summary>
            <remarks>
            Get an administrativeUnit by objectId from Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>ApiResponse of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitMember(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members.
            </summary>
            <remarks>
            Get administrativeUnit Members.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>GetDirectoryObjectsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitMemberWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members.
            </summary>
            <remarks>
            Get administrativeUnit Members.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>ApiResponse of GetDirectoryObjectsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnits(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory.
            </summary>
            <remarks>
            Get a list of administrativeUnits within the directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>GetAdministrativeUnitsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitsWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory.
            </summary>
            <remarks>
            Get a list of administrativeUnits within the directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>ApiResponse of GetAdministrativeUnitsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembership(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit
            </summary>
            <remarks>
            Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembershipWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit
            </summary>
            <remarks>
            Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMemberships(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit.
            </summary>
            <remarks>
            Get scopedRoleMembership of an administrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>GetScopedRoleMembershipsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembershipsWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit.
            </summary>
            <remarks>
            Get scopedRoleMembership of an administrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>ApiResponse of GetScopedRoleMembershipsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.NewAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Create a new administrativeUnit in Azure Active Directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.NewAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Create a new administrativeUnit in Azure Active Directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>ApiResponse of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAadministrativeUnitMember(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member.
            </summary>
            <remarks>
            Removes an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAadministrativeUnitMemberWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member.
            </summary>
            <remarks>
            Removes an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId.
            </summary>
            <remarks>
            Delete an administrativeUnit by objectId.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId.
            </summary>
            <remarks>
            Delete an administrativeUnit by objectId.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveScopedRoleMembership(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership.
            </summary>
            <remarks>
            Removes a ScopedRoleMembership.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveScopedRoleMembershipWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership.
            </summary>
            <remarks>
            Removes a ScopedRoleMembership.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.SetAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Updates an administrativeUnit identified by objectId in Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.SetAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Updates an administrativeUnit identified by objectId in Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddAdministrativeUnitMemberAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member
            </summary>
            <remarks>
            Add an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddAdministrativeUnitMemberAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member
            </summary>
            <remarks>
            Add an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddScopedRoleMembershipAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit
            </summary>
            <remarks>
            Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>Task of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.AddScopedRoleMembershipAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit
            </summary>
            <remarks>
            Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>Task of ApiResponse (ScopedRoleMembership)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId
            </summary>
            <remarks>
            Get an administrativeUnit by objectId from Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId
            </summary>
            <remarks>
            Get an administrativeUnit by objectId from Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of ApiResponse (AdministrativeUnit)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitMemberAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members.
            </summary>
            <remarks>
            Get administrativeUnit Members.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>Task of GetDirectoryObjectsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitMemberAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members.
            </summary>
            <remarks>
            Get administrativeUnit Members.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>Task of ApiResponse (GetDirectoryObjectsResponse)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitsAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory.
            </summary>
            <remarks>
            Get a list of administrativeUnits within the directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of GetAdministrativeUnitsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetAdministrativeUnitsAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory.
            </summary>
            <remarks>
            Get a list of administrativeUnits within the directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of ApiResponse (GetAdministrativeUnitsResponse)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembershipAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit
            </summary>
            <remarks>
            Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembershipAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit
            </summary>
            <remarks>
            Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse (ScopedRoleMembership)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembershipsAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit.
            </summary>
            <remarks>
            Get scopedRoleMembership of an administrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>Task of GetScopedRoleMembershipsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.GetScopedRoleMembershipsAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit.
            </summary>
            <remarks>
            Get scopedRoleMembership of an administrativeUnit.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>Task of ApiResponse (GetScopedRoleMembershipsResponse)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.NewAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Create a new administrativeUnit in Azure Active Directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>Task of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.NewAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Create a new administrativeUnit in Azure Active Directory.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>Task of ApiResponse (AdministrativeUnit)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAadministrativeUnitMemberAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member.
            </summary>
            <remarks>
            Removes an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAadministrativeUnitMemberAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member.
            </summary>
            <remarks>
            Removes an administrativeUnit member.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId.
            </summary>
            <remarks>
            Delete an administrativeUnit by objectId.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId.
            </summary>
            <remarks>
            Delete an administrativeUnit by objectId.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveScopedRoleMembershipAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership.
            </summary>
            <remarks>
            Removes a ScopedRoleMembership.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.RemoveScopedRoleMembershipAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership.
            </summary>
            <remarks>
            Removes a ScopedRoleMembership.
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.SetAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Updates an administrativeUnit identified by objectId in Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.IAdministrativeUnitApi.SetAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory
            </summary>
            <remarks>
            Updates an administrativeUnit identified by objectId in Azure Active Directory
            </remarks>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi">
            <summary>
            Represents a collection of functions to interact with the API endpoints
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi"/> class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.#ctor(Microsoft.Open.AzureADBeta.Client.Configuration)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi"/> class
            using Configuration object
            </summary>
            <param name="configuration">An instance of Configuration</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetBasePath">
            <summary>
            Gets the base path of the API client.
            </summary>
            <value>The base path</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.SetBasePath(System.String)">
            <summary>
            Sets the base path of the API client.
            </summary>
            <value>The base path</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.Configuration">
            <summary>
            Gets or sets the configuration object
            </summary>
            <value>An instance of the Configuration</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.ExceptionFactory">
            <summary>
            Provides a factory method hook for the creation of exceptions.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.DefaultHeader">
            <summary>
            Gets the default header.
            </summary>
            <returns>Dictionary of HTTP header</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddDefaultHeader(System.String,System.String)">
            <summary>
            Add default header.
            </summary>
            <param name="key">Header field name.</param>
            <param name="value">Header field value.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddAdministrativeUnitMember(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member Add an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddAdministrativeUnitMemberWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member Add an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddAdministrativeUnitMemberAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member Add an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddAdministrativeUnitMemberAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.OdataLink,System.String)">
            <summary>
            Add an administrativeUnit member Add an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="link">a link to a specific Azure Active Directory object</param>
            <param name="refObjectId">The unique identifier of the specific Azure Active Directory object that will be assigned as owner/manager/member (optional)</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddScopedRoleMembership(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddScopedRoleMembershipWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>ApiResponse of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddScopedRoleMembershipAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>Task of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.AddScopedRoleMembershipAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Add a scopedRoleMembership to an administrativeUnit Add a scopedRoleMembership to an administrativeUnit. Currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembership">New scopedRoleMembership</param>
            <returns>Task of ApiResponse (ScopedRoleMembership)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId Get an administrativeUnit by objectId from Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId Get an administrativeUnit by objectId from Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>ApiResponse of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId Get an administrativeUnit by objectId from Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get an administrativeUnit by objectId Get an administrativeUnit by objectId from Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of ApiResponse (AdministrativeUnit)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitMember(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members. Get administrativeUnit Members.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>GetDirectoryObjectsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitMemberWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members. Get administrativeUnit Members.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>ApiResponse of GetDirectoryObjectsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitMemberAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members. Get administrativeUnit Members.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>Task of GetDirectoryObjectsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitMemberAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get administrativeUnit members. Get administrativeUnit Members.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId2">The unique identifier of the object specific Azure Active Directory object (optional)</param>
            <returns>Task of ApiResponse (GetDirectoryObjectsResponse)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnits(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory. Get a list of administrativeUnits within the directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>GetAdministrativeUnitsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitsWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory. Get a list of administrativeUnits within the directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>ApiResponse of GetAdministrativeUnitsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitsAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory. Get a list of administrativeUnits within the directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of GetAdministrativeUnitsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetAdministrativeUnitsAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.String)">
            <summary>
            Get a list of administrativeUnits within the directory. Get a list of administrativeUnits within the directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="objectId">The unique idenfier of an administrativeUnit in Azure Active Directory (optional)</param>
            <param name="all">Boolean to express that return all results from the server for the specific query (optional)</param>
            <param name="top">The maximum number of records to return. (optional, default to 100)</param>
            <param name="skiptoken">Skiptoken use to page forward through a large result set.. (optional)</param>
            <param name="filter">The oData v3.0 filter statement. Controls which objects are returned. (optional)</param>
            <param name="orderby">The oData v3.0 orderby statement. Controls the order in which the results are returned. (optional)</param>
            <returns>Task of ApiResponse (GetAdministrativeUnitsResponse)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembership(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembershipWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembershipAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ScopedRoleMembership</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembershipAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific ScopedRoleMemberships from AdministrativeUnit Retreives a specific ScopedRoleMemberships from AdministrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse (ScopedRoleMembership)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMemberships(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit. Get scopedRoleMembership of an administrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>GetScopedRoleMembershipsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembershipsWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit. Get scopedRoleMembership of an administrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>ApiResponse of GetScopedRoleMembershipsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembershipsAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit. Get scopedRoleMembership of an administrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>Task of GetScopedRoleMembershipsResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.GetScopedRoleMembershipsAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get scopedRoleMemberships of an administrativeUnit. Get scopedRoleMembership of an administrativeUnit.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership. (optional)</param>
            <returns>Task of ApiResponse (GetScopedRoleMembershipsResponse)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.NewAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory Create a new administrativeUnit in Azure Active Directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.NewAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory Create a new administrativeUnit in Azure Active Directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>ApiResponse of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.NewAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory Create a new administrativeUnit in Azure Active Directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>Task of AdministrativeUnit</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.NewAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Create a new administrativeUnit in Azure Active Directory Create a new administrativeUnit in Azure Active Directory.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">New AdministrativeUnit</param>
            <returns>Task of ApiResponse (AdministrativeUnit)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAadministrativeUnitMember(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member. Removes an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAadministrativeUnitMemberWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member. Removes an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAadministrativeUnitMemberAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member. Removes an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAadministrativeUnitMemberAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes an administrativeUnit member. Removes an administrativeUnit member.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="memberId">The unique idenfier of an member unit in Azure Active Directory</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId. Delete an administrativeUnit by objectId.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId. Delete an administrativeUnit by objectId.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId. Delete an administrativeUnit by objectId.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete an administrativeUnit by objectId. Delete an administrativeUnit by objectId.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveScopedRoleMembership(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership. Removes a ScopedRoleMembership.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveScopedRoleMembershipWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership. Removes a ScopedRoleMembership.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveScopedRoleMembershipAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership. Removes a ScopedRoleMembership.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.RemoveScopedRoleMembershipAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a scopedRoleMembership. Removes a ScopedRoleMembership.
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="scopedRoleMembershipId">The unique idenfier of an scopedRoleMembership.</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.SetAdministrativeUnit(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory Updates an administrativeUnit identified by objectId in Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.SetAdministrativeUnitWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory Updates an administrativeUnit identified by objectId in Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns>ApiResponse of Object(void)</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.SetAdministrativeUnitAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory Updates an administrativeUnit identified by objectId in Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns>Task of void</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Api.AdministrativeUnitApi.SetAdministrativeUnitAsyncWithHttpInfo(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Updates a specific administrativeUnit in Azure Active Directory Updates an administrativeUnit identified by objectId in Azure Active Directory
            </summary>
            <exception cref="T:Microsoft.Open.AzureADBeta.Client.ApiException">Thrown when fails to make API call</exception>
            <param name="tenantId">The ID of the tenant of instance of Azure Active Directory</param>
            <param name="objectId">The unique identifier of the object specific Azure Active Directory object</param>
            <param name="authorization">Contains the bearer token used to authorize access to the API.</param>
            <param name="cmdletName">Contains the cmdlet name.</param>
            <param name="clientRequestId">Contains the correlation id for the operation.</param>
            <param name="apiVersion">Specifies the version of the API that you would like to use.</param>
            <param name="administrativeUnit">AdministrativeUnit with updated fields</param>
            <returns>Task of ApiResponse</returns>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Client.ApiClient">
            <summary>
            API client is mainly responsible for making the HTTP call to the API backend.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiClient" /> class
            with default configuration and base path (https://graph.windows.net).
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.#ctor(Microsoft.Open.AzureADBeta.Client.Configuration)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiClient" /> class
            with default base path (https://graph.windows.net).
            </summary>
            <param name="config">An instance of Configuration.</param>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiClient" /> class
            with default configuration.
            </summary>
            <param name="basePath">The base path.</param>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.ApiClient.Default">
            <summary>
            Gets or sets the default API client for making HTTP calls.
            </summary>
            <value>The default API client.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiClient.Configuration">
            <summary>
            Gets or sets the Configuration.
            </summary>
            <value>An instance of the Configuration.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiClient.RestClient">
            <summary>
            Gets or sets the RestClient.
            </summary>
            <value>An instance of the RestClient</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.CallApi(System.String,RestSharp.Method,System.Collections.Generic.Dictionary{System.String,System.String},System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,RestSharp.FileParameter},System.Collections.Generic.Dictionary{System.String,System.String},System.String)">
            <summary>
            Makes the HTTP request (Sync).
            </summary>
            <param name="path">URL path.</param>
            <param name="method">HTTP method.</param>
            <param name="queryParams">Query parameters.</param>
            <param name="postBody">HTTP body (POST request).</param>
            <param name="headerParams">Header parameters.</param>
            <param name="formParams">Form parameters.</param>
            <param name="fileParams">File parameters.</param>
            <param name="pathParams">Path parameters.</param>
            <param name="contentType">Content Type of the request</param>
            <returns>Object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.CallApiAsync(System.String,RestSharp.Method,System.Collections.Generic.Dictionary{System.String,System.String},System.Object,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,RestSharp.FileParameter},System.Collections.Generic.Dictionary{System.String,System.String},System.String)">
            <summary>
            Makes the asynchronous HTTP request.
            </summary>
            <param name="path">URL path.</param>
            <param name="method">HTTP method.</param>
            <param name="queryParams">Query parameters.</param>
            <param name="postBody">HTTP body (POST request).</param>
            <param name="headerParams">Header parameters.</param>
            <param name="formParams">Form parameters.</param>
            <param name="fileParams">File parameters.</param>
            <param name="pathParams">Path parameters.</param>
            <param name="contentType">Content type.</param>
            <returns>The Task instance.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.EscapeString(System.String)">
            <summary>
            Escape string (url-encoded).
            </summary>
            <param name="str">String to be escaped.</param>
            <returns>Escaped string.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.ParameterToFile(System.String,System.IO.Stream)">
            <summary>
            Create FileParameter based on Stream.
            </summary>
            <param name="name">Parameter name.</param>
            <param name="stream">Input stream.</param>
            <returns>FileParameter.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.ParameterToString(System.Object)">
            <summary>
            If parameter is DateTime, output in a formatted string (default ISO 8601), customizable with Configuration.DateTime.
            If parameter is a list, join the list with ",".
            Otherwise just return the string.
            </summary>
            <param name="obj">The parameter (header, path, query, form).</param>
            <returns>Formatted string.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.Deserialize(RestSharp.IRestResponse,System.Type)">
            <summary>
            Deserialize the JSON string into a proper object.
            </summary>
            <param name="response">The HTTP response.</param>
            <param name="type">Object type.</param>
            <returns>Object representation of the JSON string.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.Serialize(System.Object)">
            <summary>
            Serialize an input (model) into JSON string
            </summary>
            <param name="obj">Object.</param>
            <returns>JSON string.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.SelectHeaderContentType(System.String[])">
            <summary>
            Select the Content-Type header's value from the given content-type array:
            if JSON exists in the given array, use it;
            otherwise use the first one defined in 'consumes'
            </summary>
            <param name="contentTypes">The Content-Type array to select from.</param>
            <returns>The Content-Type header to use.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.SelectHeaderAccept(System.String[])">
            <summary>
            Select the Accept header's value from the given accepts array:
            if JSON exists in the given array, use it;
            otherwise use all of them (joining into a string)
            </summary>
            <param name="accepts">The accepts array to select from.</param>
            <returns>The Accept header to use.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.Base64Encode(System.String)">
            <summary>
            Encode string in base64 format.
            </summary>
            <param name="text">String to be encoded.</param>
            <returns>Encoded string.</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.ConvertType(System.Object,System.Type)">
            <summary>
            Dynamically cast the object into target type.
            Ref: http://stackoverflow.com/questions/4925718/c-dynamic-runtime-cast
            </summary>
            <param name="source">Object to be casted</param>
            <param name="dest">Target type</param>
            <returns>Casted object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.ReadAsBytes(System.IO.Stream)">
            <summary>
            Convert stream to byte array
            Credit/Ref: http://stackoverflow.com/a/221941/677735
            </summary>
            <param name="input">Input stream to be converted</param>
            <returns>Byte array</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.UrlEncode(System.String)">
            <summary>
            URL encode a string
            Credit/Ref: https://github.com/restsharp/RestSharp/blob/master/RestSharp/Extensions/StringExtensions.cs#L50
            </summary>
            <param name="input">String to be URL encoded</param>
            <returns>Byte array</returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiClient.SanitizeFilename(System.String)">
            <summary>
            Sanitize filename by removing the path
            </summary>
            <param name="filename">Filename</param>
            <returns>Filename</returns>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Client.ApiException">
            <summary>
            API Exception
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiException.ErrorCode">
            <summary>
            Gets or sets the error code (HTTP status code)
            </summary>
            <value>The error code (HTTP status code).</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiException.ErrorContent">
            <summary>
            Gets or sets the error content (body json object)
            </summary>
            <value>The error content (Http response body).</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiException"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiException.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiException"/> class.
            </summary>
            <param name="errorCode">HTTP status code.</param>
            <param name="message">Error message.</param>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiException.#ctor(System.Int32,System.String,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiException"/> class.
            </summary>
            <param name="errorCode">HTTP status code.</param>
            <param name="message">Error message.</param>
            <param name="errorContent">Error content.</param>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Client.ApiResponse`1">
            <summary>
            API Response
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiResponse`1.StatusCode">
            <summary>
            Gets or sets the status code (HTTP status code)
            </summary>
            <value>The status code.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiResponse`1.Headers">
            <summary>
            Gets or sets the HTTP headers
            </summary>
            <value>HTTP headers</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.ApiResponse`1.Data">
            <summary>
            Gets or sets the data (parsed HTTP body)
            </summary>
            <value>The data.</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.ApiResponse`1.#ctor(System.Int32,System.Collections.Generic.IDictionary{System.String,System.String},`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureADBeta.Client.ApiResponse`1" /> class.
            </summary>
            <param name="statusCode">HTTP status code.</param>
            <param name="headers">HTTP headers.</param>
            <param name="data">Data (parsed HTTP body)</param>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Client.Configuration">
            <summary>
            Represents a set of configuration settings
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.#ctor(Microsoft.Open.AzureADBeta.Client.ApiClient,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Int32,System.String)">
            <summary>
            Initializes a new instance of the Configuration class with different settings
            </summary>
            <param name="apiClient">Api client</param>
            <param name="defaultHeader">Dictionary of default HTTP header</param>
            <param name="username">Username</param>
            <param name="password">Password</param>
            <param name="accessToken">accessToken</param>
            <param name="apiKey">Dictionary of API key</param>
            <param name="apiKeyPrefix">Dictionary of API key prefix</param>
            <param name="tempFolderPath">Temp folder path</param>
            <param name="dateTimeFormat">DateTime format string</param>
            <param name="timeout">HTTP connection timeout (in milliseconds)</param>
            <param name="userAgent">HTTP user agent</param>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.#ctor(Microsoft.Open.AzureADBeta.Client.ApiClient)">
            <summary>
            Initializes a new instance of the Configuration class.
            </summary>
            <param name="apiClient">Api client.</param>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.Configuration.Version">
            <summary>
            Version of the package.
            </summary>
            <value>Version of the package.</value>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.Configuration.Default">
            <summary>
            Gets or sets the default Configuration.
            </summary>
            <value>Configuration.</value>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.Configuration.DefaultExceptionFactory">
            <summary>
            Default creation of exceptions for a given method name and response object
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.Timeout">
            <summary>
            Gets or sets the HTTP timeout (milliseconds) of ApiClient. Default to 100000 milliseconds.
            </summary>
            <value>Timeout.</value>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.Configuration.ApiClient">
            <summary>
            Gets or sets the default API client for making HTTP calls.
            </summary>
            <value>The API client.</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.setApiClientUsingDefault(Microsoft.Open.AzureADBeta.Client.ApiClient)">
            <summary>
            Set the ApiClient using Default or ApiClient instance.
            </summary>
            <param name="apiClient">An instance of ApiClient.</param>
            <returns></returns>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.DefaultHeader">
            <summary>
            Gets or sets the default header.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.AddDefaultHeader(System.String,System.String)">
            <summary>
            Add default header.
            </summary>
            <param name="key">Header field name.</param>
            <param name="value">Header field value.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.AddApiKey(System.String,System.String)">
            <summary>
            Add Api Key Header.
            </summary>
            <param name="key">Api Key name.</param>
            <param name="value">Api Key value.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.AddApiKeyPrefix(System.String,System.String)">
            <summary>
            Sets the API key prefix.
            </summary>
            <param name="key">Api Key name.</param>
            <param name="value">Api Key value.</param>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.UserAgent">
            <summary>
            Gets or sets the HTTP user agent.
            </summary>
            <value>Http user agent.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.Username">
            <summary>
            Gets or sets the username (HTTP basic authentication).
            </summary>
            <value>The username.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.Password">
            <summary>
            Gets or sets the password (HTTP basic authentication).
            </summary>
            <value>The password.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.AccessToken">
            <summary>
            Gets or sets the access token for OAuth2 authentication.
            </summary>
            <value>The access token.</value>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.Configuration.ApiKey">
            <summary>
            Gets or sets the API key based on the authentication name.
            </summary>
            <value>The API key.</value>
        </member>
        <member name="F:Microsoft.Open.AzureADBeta.Client.Configuration.ApiKeyPrefix">
            <summary>
            Gets or sets the prefix (e.g. Token) of the API key based on the authentication name.
            </summary>
            <value>The prefix of the API key.</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.GetApiKeyWithPrefix(System.String)">
            <summary>
            Get the API key with prefix.
            </summary>
            <param name="apiKeyIdentifier">API key identifier (authentication scheme).</param>
            <returns>API key with prefix.</returns>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.TempFolderPath">
            <summary>
            Gets or sets the temporary folder path to store the files downloaded from the server.
            </summary>
            <value>Folder path.</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.Configuration.DateTimeFormat">
            <summary>
            Gets or sets the the date time format used when serializing in the ApiClient
            By default, it's set to ISO 8601 - "o", for others see:
            https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx
            and https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx
            No validation is done to ensure that the string you're providing is valid
            </summary>
            <value>The DateTimeFormat string</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.Configuration.ToDebugReport">
            <summary>
            Returns a string with essential information for debugging.
            </summary>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Client.ExceptionFactory">
            <summary>
            A delegate to ExceptionFactory method
            </summary>
            <param name="methodName">Method name</param>
            <param name="response">Response</param>
            <returns>Exceptions</returns>
        </member>
        <member name="T:Microsoft.Open.AzureADBeta.Client.IApiAccessor">
            <summary>
            Represents configuration aspects required to interact with the API endpoints.
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.IApiAccessor.Configuration">
            <summary>
            Gets or sets the configuration object
            </summary>
            <value>An instance of the Configuration</value>
        </member>
        <member name="M:Microsoft.Open.AzureADBeta.Client.IApiAccessor.GetBasePath">
            <summary>
            Gets the base path of the API client.
            </summary>
            <value>The base path</value>
        </member>
        <member name="P:Microsoft.Open.AzureADBeta.Client.IApiAccessor.ExceptionFactory">
            <summary>
            Provides a factory method hook for the creation of exceptions.
            </summary>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.AdministrativeUnit">
            <summary>
            An Administrative Unit provides a conceptual container for User and Group directory objects, enabling permissions to be delegated at a finer granularity (ie: departmental, regional, etc.), to administrative roles scoped to the Administrative Unit.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.AdministrativeUnit" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.AdministrativeUnit" /> class.
            </summary>
            <param name="Description">An optional description for the administrative unit..</param>
            <param name="DisplayName">Display name for the administrative unit. (required).</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.AdministrativeUnit.DeletionTimeStamp">
            <summary>
            The time at which the directory object was deleted. It only applies to those directory objects which can be restored. Currently it is only supported for deleted Application objects; all other entities return null for this property.
            </summary>
            <value>The time at which the directory object was deleted. It only applies to those directory objects which can be restored. Currently it is only supported for deleted Application objects; all other entities return null for this property.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.AdministrativeUnit.ObjectId">
            <summary>
            A Guid that is the unique identifier for the object.
            </summary>
            <value>A Guid that is the unique identifier for the object.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.AdministrativeUnit.ObjectType">
            <summary>
            A string that identifies the object type.
            </summary>
            <value>A string that identifies the object type.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.AdministrativeUnit.Description">
            <summary>
            An optional description for the administrative unit.
            </summary>
            <value>An optional description for the administrative unit.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.AdministrativeUnit.DisplayName">
            <summary>
            Display name for the administrative unit.
            </summary>
            <value>Display name for the administrative unit.</value>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.Equals(Microsoft.Open.AzureAD.Model.AdministrativeUnit)">
            <summary>
            Returns true if AdministrativeUnit instances are equal
            </summary>
            <param name="other">Instance of AdministrativeUnit to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.AdministrativeUnit.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.DirectoryObject">
            <summary>
            Represents an Azure Active Directory object. The DirectoryObject type is the base type for most of the other directory entity types.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.DirectoryObject.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.DirectoryObject" /> class.
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.DirectoryObject.DeletionTimeStamp">
            <summary>
            The time at which the directory object was deleted. It only applies to those directory objects which can be restored. Currently it is only supported for deleted Application objects; all other entities return null for this property.
            </summary>
            <value>The time at which the directory object was deleted. It only applies to those directory objects which can be restored. Currently it is only supported for deleted Application objects; all other entities return null for this property.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.DirectoryObject.ObjectId">
            <summary>
            A Guid that is the unique identifier for the object.
            </summary>
            <value>A Guid that is the unique identifier for the object.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.DirectoryObject.ObjectType">
            <summary>
            A string that identifies the object type.
            </summary>
            <value>A string that identifies the object type.</value>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.DirectoryObject.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.DirectoryObject.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.DirectoryObject.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.DirectoryObject.Equals(Microsoft.Open.AzureAD.Model.DirectoryObject)">
            <summary>
            Returns true if DirectoryObject instances are equal
            </summary>
            <param name="other">Instance of DirectoryObject to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.DirectoryObject.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.ErrorValue">
            <summary>
            ErrorValue
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.ErrorValue" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.ErrorValue" /> class.
            </summary>
            <param name="Item">Item.</param>
            <param name="Value">Value.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.ErrorValue.Item">
            <summary>
            Gets or Sets Item
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.ErrorValue.Value">
            <summary>
            Gets or Sets Value
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.Equals(Microsoft.Open.AzureAD.Model.ErrorValue)">
            <summary>
            Returns true if ErrorValue instances are equal
            </summary>
            <param name="other">Instance of ErrorValue to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ErrorValue.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse">
            <summary>
            A list of administrativeUnit.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.#ctor(System.String,System.String,System.Collections.Generic.List{Microsoft.Open.AzureAD.Model.AdministrativeUnit})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse" /> class.
            </summary>
            <param name="OdataNextLink">Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client..</param>
            <param name="OdataMetadata">OdataMetadata.</param>
            <param name="Value">Value.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.OdataNextLink">
            <summary>
            Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.
            </summary>
            <value>Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.OdataMetadata">
            <summary>
            Gets or Sets OdataMetadata
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.Value">
            <summary>
            Gets or Sets Value
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.Equals(Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse)">
            <summary>
            Returns true if GetAdministrativeUnitsResponse instances are equal
            </summary>
            <param name="other">Instance of GetAdministrativeUnitsResponse to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetAdministrativeUnitsResponse.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse">
            <summary>
            A list of directory objects.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.#ctor(System.String,System.String,System.Collections.Generic.List{Microsoft.Open.AzureAD.Model.DirectoryObject})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse" /> class.
            </summary>
            <param name="OdataNextLink">Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client..</param>
            <param name="OdataMetadata">OdataMetadata.</param>
            <param name="Value">Value.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.OdataNextLink">
            <summary>
            Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.
            </summary>
            <value>Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.OdataMetadata">
            <summary>
            Gets or Sets OdataMetadata
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.Value">
            <summary>
            Gets or Sets Value
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.Equals(Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse)">
            <summary>
            Returns true if GetDirectoryObjectsResponse instances are equal
            </summary>
            <param name="other">Instance of GetDirectoryObjectsResponse to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetDirectoryObjectsResponse.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse">
            <summary>
            A list of scoped role membership.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.#ctor(System.String,System.String,System.Collections.Generic.List{Microsoft.Open.AzureAD.Model.ScopedRoleMembership})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse" /> class.
            </summary>
            <param name="OdataNextLink">Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client..</param>
            <param name="OdataMetadata">OdataMetadata.</param>
            <param name="Value">Value.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.OdataNextLink">
            <summary>
            Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.
            </summary>
            <value>Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.OdataMetadata">
            <summary>
            Gets or Sets OdataMetadata
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.Value">
            <summary>
            Gets or Sets Value
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.Equals(Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse)">
            <summary>
            Returns true if GetScopedRoleMembershipsResponse instances are equal
            </summary>
            <param name="other">Instance of GetScopedRoleMembershipsResponse to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.GetScopedRoleMembershipsResponse.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.Message">
            <summary>
            Message
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.Message" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.Message" /> class.
            </summary>
            <param name="Lang">Lang.</param>
            <param name="Value">Value.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.Message.Lang">
            <summary>
            Gets or Sets Lang
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.Message.Value">
            <summary>
            Gets or Sets Value
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.Equals(Microsoft.Open.AzureAD.Model.Message)">
            <summary>
            Returns true if Message instances are equal
            </summary>
            <param name="other">Instance of Message to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.Message.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.OdataError">
            <summary>
            OdataError
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataError" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.#ctor(System.String,Microsoft.Open.AzureAD.Model.Message,System.Collections.Generic.List{Microsoft.Open.AzureAD.Model.ErrorValue},System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataError" /> class.
            </summary>
            <param name="Code">Code.</param>
            <param name="Message">Message.</param>
            <param name="Values">Values.</param>
            <param name="RequestId">RequestId.</param>
            <param name="Date">Date.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataError.Code">
            <summary>
            Gets or Sets Code
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataError.Message">
            <summary>
            Gets or Sets Message
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataError.Values">
            <summary>
            Gets or Sets Values
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataError.RequestId">
            <summary>
            Gets or Sets RequestId
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataError.Date">
            <summary>
            Gets or Sets Date
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.Equals(Microsoft.Open.AzureAD.Model.OdataError)">
            <summary>
            Returns true if OdataError instances are equal
            </summary>
            <param name="other">Instance of OdataError to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataError.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.OdataErrorResponse">
            <summary>
            OdataErrorResponse
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataErrorResponse" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.#ctor(Microsoft.Open.AzureAD.Model.OdataError)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataErrorResponse" /> class.
            </summary>
            <param name="OdataError">OdataError.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataErrorResponse.OdataError">
            <summary>
            Gets or Sets OdataError
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.Equals(Microsoft.Open.AzureAD.Model.OdataErrorResponse)">
            <summary>
            Returns true if OdataErrorResponse instances are equal
            </summary>
            <param name="other">Instance of OdataErrorResponse to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataErrorResponse.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.OdataLink">
            <summary>
            OdataLink
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataLink" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataLink" /> class.
            </summary>
            <param name="Url">URL identifying a specific object in Azure Active Directory. Typically: https://graph.windows.net/[tenantId]/directoryObjects/[objectId] or /directoryObjects/[objectId].</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataLink.Url">
            <summary>
            URL identifying a specific object in Azure Active Directory. Typically: https://graph.windows.net/[tenantId]/directoryObjects/[objectId] or /directoryObjects/[objectId]
            </summary>
            <value>URL identifying a specific object in Azure Active Directory. Typically: https://graph.windows.net/[tenantId]/directoryObjects/[objectId] or /directoryObjects/[objectId]</value>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.Equals(Microsoft.Open.AzureAD.Model.OdataLink)">
            <summary>
            Returns true if OdataLink instances are equal
            </summary>
            <param name="other">Instance of OdataLink to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataLink.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.OdataResponse">
            <summary>
            OdataResponse
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataResponse" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.OdataResponse" /> class.
            </summary>
            <param name="OdataNextLink">Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client..</param>
            <param name="OdataMetadata">OdataMetadata.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataResponse.OdataNextLink">
            <summary>
            Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.
            </summary>
            <value>Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.OdataResponse.OdataMetadata">
            <summary>
            Gets or Sets OdataMetadata
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.Equals(Microsoft.Open.AzureAD.Model.OdataResponse)">
            <summary>
            Returns true if OdataResponse instances are equal
            </summary>
            <param name="other">Instance of OdataResponse to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.OdataResponse.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.RoleMemberInfo">
            <summary>
            A structure which identifies the administrative
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.RoleMemberInfo" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.RoleMemberInfo" /> class.
            </summary>
            <param name="DisplayName">DisplayName.</param>
            <param name="ObjectId">objectId of the administrative User..</param>
            <param name="UserPrincipalName">UserPrincipalName.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.RoleMemberInfo.DisplayName">
            <summary>
            Gets or Sets DisplayName
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.RoleMemberInfo.ObjectId">
            <summary>
            objectId of the administrative User.
            </summary>
            <value>objectId of the administrative User.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.RoleMemberInfo.UserPrincipalName">
            <summary>
            Gets or Sets UserPrincipalName
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.Equals(Microsoft.Open.AzureAD.Model.RoleMemberInfo)">
            <summary>
            Returns true if RoleMemberInfo instances are equal
            </summary>
            <param name="other">Instance of RoleMemberInfo to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.RoleMemberInfo.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
        <member name="T:Microsoft.Open.AzureAD.Model.ScopedRoleMembership">
            <summary>
            Used to add an administrator to a role that will be scoped to an administrativeUnit, via the ScopedRoleMembership entity and the scopedAdministrators navigation property.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.ScopedRoleMembership" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.#ctor(System.String,System.String,Microsoft.Open.AzureAD.Model.RoleMemberInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Open.AzureAD.Model.ScopedRoleMembership" /> class.
            </summary>
            <param name="AdministrativeUnitObjectId">AdministrativeUnitObjectId.</param>
            <param name="RoleObjectId">objectId of the desired DirectoryRole. Note: currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid..</param>
            <param name="RoleMemberInfo">RoleMemberInfo.</param>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.AdministrativeUnitObjectId">
            <summary>
            Gets or Sets AdministrativeUnitObjectId
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.Id">
            <summary>
            Gets or Sets Id
            </summary>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.RoleObjectId">
            <summary>
            objectId of the desired DirectoryRole. Note: currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.
            </summary>
            <value>objectId of the desired DirectoryRole. Note: currently only the HelpDeskAdministrators and UserAccountAdministrator roles are valid.</value>
        </member>
        <member name="P:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.RoleMemberInfo">
            <summary>
            Gets or Sets RoleMemberInfo
            </summary>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.ToString">
            <summary>
            Returns the string presentation of the object
            </summary>
            <returns>String presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.ToJson">
            <summary>
            Returns the JSON string presentation of the object
            </summary>
            <returns>JSON string presentation of the object</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.Equals(System.Object)">
            <summary>
            Returns true if objects are equal
            </summary>
            <param name="obj">Object to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.Equals(Microsoft.Open.AzureAD.Model.ScopedRoleMembership)">
            <summary>
            Returns true if ScopedRoleMembership instances are equal
            </summary>
            <param name="other">Instance of ScopedRoleMembership to be compared</param>
            <returns>Boolean</returns>
        </member>
        <member name="M:Microsoft.Open.AzureAD.Model.ScopedRoleMembership.GetHashCode">
            <summary>
            Gets the hash code
            </summary>
            <returns>Hash code</returns>
        </member>
    </members>
</doc>