Microsoft.Azure.Graph.RBAC.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Graph.RBAC</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Graph.RBAC.ApplicationsOperations">
            <summary>
            ApplicationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.#ctor(Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient)">
            <summary>
            Initializes a new instance of the ApplicationsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.Client">
            <summary>
            Gets a reference to the GraphRbacManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a new application.
            </summary>
            <param name='parameters'>
            The parameters for creating an application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.Application},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists applications by filter parameters.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get an application by object ID.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.PatchWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update an existing application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update an existing application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.ListKeyCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the keyCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.UpdateKeyCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the keyCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.ListPasswordCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the passwordCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.UpdatePasswordCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update passwordCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update passwordCredentials of an existing application.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of applications from the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions">
            <summary>
            Extension methods for ApplicationsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.Create(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters)">
            <summary>
            Create a new application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The parameters for creating an application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.CreateAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The parameters for creating an application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.List(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.Application})">
            <summary>
            Lists applications by filter parameters.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.Application},System.Threading.CancellationToken)">
            <summary>
            Lists applications by filter parameters.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.Delete(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String)">
            <summary>
            Delete an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.DeleteAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.Get(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String)">
            <summary>
            Get an application by object ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.GetAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get an application by object ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.Patch(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters)">
            <summary>
            Update an existing application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update an existing application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.PatchAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update an existing application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update an existing application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListKeyCredentials(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String)">
            <summary>
            Get the keyCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListKeyCredentialsAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the keyCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.UpdateKeyCredentials(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters)">
            <summary>
            Update the keyCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.UpdateKeyCredentialsAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the keyCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListPasswordCredentials(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String)">
            <summary>
            Get the passwordCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListPasswordCredentialsAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the passwordCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.UpdatePasswordCredentials(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters)">
            <summary>
            Update passwordCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update passwordCredentials of an existing application.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.UpdatePasswordCredentialsAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update passwordCredentials associated with an application.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update passwordCredentials of an existing application.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListNext(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String)">
            <summary>
            Gets a list of applications from the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ApplicationsOperationsExtensions.ListNextAsync(Microsoft.Azure.Graph.RBAC.IApplicationsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of applications from the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient">
            <summary>
            The Graph RBAC Management Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.TenantID">
            <summary>
            The tenant ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.Objects">
            <summary>
            Gets the IObjectsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.Applications">
            <summary>
            Gets the IApplicationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.Groups">
            <summary>
            Gets the IGroupsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.ServicePrincipals">
            <summary>
            Gets the IServicePrincipalsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.Users">
            <summary>
            Gets the IUsersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the GraphRbacManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.GroupsOperations">
            <summary>
            GroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.#ctor(Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient)">
            <summary>
            Initializes a new instance of the GroupsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.GroupsOperations.Client">
            <summary>
            Gets a reference to the GraphRbacManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.IsMemberOfWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether the specified user, group, contact, or service principal is
            a direct or transitive member of the specified group.
            </summary>
            <param name='parameters'>
            The check group membership parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.RemoveMemberWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove a member from a group.
            </summary>
            <param name='groupObjectId'>
            The object ID of the group from which to remove the member.
            </param>
            <param name='memberObjectId'>
            Member object id
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.AddMemberWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Add a member to a group.
            </summary>
            <param name='groupObjectId'>
            The object ID of the group to which to add the member.
            </param>
            <param name='parameters'>
            The URL of the member object, such as
            https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a group from the directory.
            </summary>
            <param name='groupObjectId'>
            The object ID of the group to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a group in the directory.
            </summary>
            <param name='parameters'>
            The parameters for the group to create.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ADGroup},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of groups for the current tenant.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.GetGroupMembersWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='objectId'>
            The object ID of the group whose members should be retrieved.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets group information from the directory.
            </summary>
            <param name='objectId'>
            The object ID of the user for which to get group information.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.GetMemberGroupsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a collection of object IDs of groups of which the specified group is a
            member.
            </summary>
            <param name='objectId'>
            The object ID of the group for which to get group membership.
            </param>
            <param name='parameters'>
            Group filtering parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of groups for the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperations.GetGroupMembersNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions">
            <summary>
            Extension methods for GroupsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.IsMemberOf(Microsoft.Azure.Graph.RBAC.IGroupsOperations,Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters)">
            <summary>
            Checks whether the specified user, group, contact, or service principal is
            a direct or transitive member of the specified group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The check group membership parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.IsMemberOfAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters,System.Threading.CancellationToken)">
            <summary>
            Checks whether the specified user, group, contact, or service principal is
            a direct or transitive member of the specified group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The check group membership parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.RemoveMember(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.String)">
            <summary>
            Remove a member from a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='groupObjectId'>
            The object ID of the group from which to remove the member.
            </param>
            <param name='memberObjectId'>
            Member object id
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.RemoveMemberAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove a member from a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='groupObjectId'>
            The object ID of the group from which to remove the member.
            </param>
            <param name='memberObjectId'>
            Member object id
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.AddMember(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters)">
            <summary>
            Add a member to a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='groupObjectId'>
            The object ID of the group to which to add the member.
            </param>
            <param name='parameters'>
            The URL of the member object, such as
            https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.AddMemberAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters,System.Threading.CancellationToken)">
            <summary>
            Add a member to a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='groupObjectId'>
            The object ID of the group to which to add the member.
            </param>
            <param name='parameters'>
            The URL of the member object, such as
            https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.Delete(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String)">
            <summary>
            Delete a group from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='groupObjectId'>
            The object ID of the group to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.DeleteAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a group from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='groupObjectId'>
            The object ID of the group to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.Create(Microsoft.Azure.Graph.RBAC.IGroupsOperations,Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters)">
            <summary>
            Create a group in the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The parameters for the group to create.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.CreateAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a group in the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            The parameters for the group to create.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.List(Microsoft.Azure.Graph.RBAC.IGroupsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ADGroup})">
            <summary>
            Gets list of groups for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.ListAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ADGroup},System.Threading.CancellationToken)">
            <summary>
            Gets list of groups for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetGroupMembers(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the group whose members should be retrieved.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetGroupMembersAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the group whose members should be retrieved.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.Get(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String)">
            <summary>
            Gets group information from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the user for which to get group information.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets group information from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the user for which to get group information.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetMemberGroups(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters)">
            <summary>
            Gets a collection of object IDs of groups of which the specified group is a
            member.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the group for which to get group membership.
            </param>
            <param name='parameters'>
            Group filtering parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetMemberGroupsAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a collection of object IDs of groups of which the specified group is a
            member.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the group for which to get group membership.
            </param>
            <param name='parameters'>
            Group filtering parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.ListNext(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String)">
            <summary>
            Gets a list of groups for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.ListNextAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of groups for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetGroupMembersNext(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.GroupsOperationsExtensions.GetGroupMembersNextAsync(Microsoft.Azure.Graph.RBAC.IGroupsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.IApplicationsOperations">
            <summary>
            ApplicationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a new application.
            </summary>
            <param name='parameters'>
            The parameters for creating an application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.Application},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists applications by filter parameters.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get an application by object ID.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.PatchWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update an existing application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update an existing application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.ListKeyCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the keyCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.UpdateKeyCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the keyCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.ListPasswordCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the passwordCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.UpdatePasswordCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update passwordCredentials associated with an application.
            </summary>
            <param name='applicationObjectId'>
            Application object ID.
            </param>
            <param name='parameters'>
            Parameters to update passwordCredentials of an existing
            application.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IApplicationsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of applications from the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient">
            <summary>
            The Graph RBAC Management Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.ApiVersion">
            <summary>
            Client API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.TenantID">
            <summary>
            The tenant ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated
            and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.Objects">
            <summary>
            Gets the IObjectsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.Applications">
            <summary>
            Gets the IApplicationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.Groups">
            <summary>
            Gets the IGroupsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.ServicePrincipals">
            <summary>
            Gets the IServicePrincipalsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.IGraphRbacManagementClient.Users">
            <summary>
            Gets the IUsersOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.IGroupsOperations">
            <summary>
            GroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.IsMemberOfWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks whether the specified user, group, contact, or service
            principal is a direct or transitive member of the specified group.
            </summary>
            <param name='parameters'>
            The check group membership parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.RemoveMemberWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove a member from a group.
            </summary>
            <param name='groupObjectId'>
            The object ID of the group from which to remove the member.
            </param>
            <param name='memberObjectId'>
            Member object id
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.AddMemberWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Add a member to a group.
            </summary>
            <param name='groupObjectId'>
            The object ID of the group to which to add the member.
            </param>
            <param name='parameters'>
            The URL of the member object, such as
            https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a group from the directory.
            </summary>
            <param name='groupObjectId'>
            The object ID of the group to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a group in the directory.
            </summary>
            <param name='parameters'>
            The parameters for the group to create.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ADGroup},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of groups for the current tenant.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.GetGroupMembersWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='objectId'>
            The object ID of the group whose members should be retrieved.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets group information from the directory.
            </summary>
            <param name='objectId'>
            The object ID of the user for which to get group information.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.GetMemberGroupsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a collection of object IDs of groups of which the specified
            group is a member.
            </summary>
            <param name='objectId'>
            The object ID of the group for which to get group membership.
            </param>
            <param name='parameters'>
            Group filtering parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of groups for the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IGroupsOperations.GetGroupMembersNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the members of a group.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.IObjectsOperations">
            <summary>
            ObjectsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IObjectsOperations.GetCurrentUserWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the details for the currently logged-in user.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IObjectsOperations.GetObjectsByObjectIdsWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='parameters'>
            Objects filtering parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IObjectsOperations.GetObjectsByObjectIdsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations">
            <summary>
            ServicePrincipalsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a service principal in the directory.
            </summary>
            <param name='parameters'>
            Parameters to create a service principal.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a service principal from the directory.
            </summary>
            <param name='objectId'>
            The object ID of the service principal to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets service principal information from the directory.
            </summary>
            <param name='objectId'>
            The object ID of the service principal to get.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.ListKeyCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the keyCredentials associated with the specified service
            principal.
            </summary>
            <param name='objectId'>
            The object ID of the service principal for which to get
            keyCredentials.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.UpdateKeyCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the keyCredentials associated with a service principal.
            </summary>
            <param name='objectId'>
            The object ID for which to get service principal information.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing service
            principal.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.ListPasswordCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the passwordCredentials associated with a service principal.
            </summary>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.UpdatePasswordCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the passwordCredentials associated with a service
            principal.
            </summary>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='parameters'>
            Parameters to update the passwordCredentials of an existing service
            principal.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.IUsersOperations">
            <summary>
            UsersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a new user.
            </summary>
            <param name='parameters'>
            Parameters to create a user.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.User},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of users for the current tenant.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets user information from the directory.
            </summary>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user for which to get
            information.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a user.
            </summary>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to update.
            </param>
            <param name='parameters'>
            Parameters to update an existing user.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a user.
            </summary>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to delete.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.GetMemberGroupsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a collection that contains the object IDs of the groups of
            which the user is a member.
            </summary>
            <param name='objectId'>
            The object ID of the user for which to get group membership.
            </param>
            <param name='parameters'>
            User filtering parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.IUsersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of users for the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.AADObject">
            <summary>
            The properties of an Active Directory object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.AADObject.#ctor">
            <summary>
            Initializes a new instance of the AADObject class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.AADObject.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the AADObject class.
            </summary>
            <param name="objectId">The ID of the object.</param>
            <param name="objectType">The type of AAD object.</param>
            <param name="displayName">The display name of the object.</param>
            <param name="userPrincipalName">The principal name of the
            object.</param>
            <param name="mail">The primary email address of the object.</param>
            <param name="mailEnabled">Whether the AAD object is
            mail-enabled.</param>
            <param name="securityEnabled">Whether the AAD object is
            security-enabled.</param>
            <param name="signInName">The sign-in name of the object.</param>
            <param name="servicePrincipalNames">A collection of service
            principal names associated with the object.</param>
            <param name="userType">The user type of the object.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.ObjectId">
            <summary>
            Gets or sets the ID of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.ObjectType">
            <summary>
            Gets or sets the type of AAD object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.DisplayName">
            <summary>
            Gets or sets the display name of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.UserPrincipalName">
            <summary>
            Gets or sets the principal name of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.Mail">
            <summary>
            Gets or sets the primary email address of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.MailEnabled">
            <summary>
            Gets or sets whether the AAD object is mail-enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.SecurityEnabled">
            <summary>
            Gets or sets whether the AAD object is security-enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.SignInName">
            <summary>
            Gets or sets the sign-in name of the object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.ServicePrincipalNames">
            <summary>
            Gets or sets a collection of service principal names associated
            with the object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.AADObject.UserType">
            <summary>
            Gets or sets the user type of the object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.ADGroup">
            <summary>
            Active Directory group information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ADGroup.#ctor">
            <summary>
            Initializes a new instance of the ADGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ADGroup.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the ADGroup class.
            </summary>
            <param name="objectId">The object ID.</param>
            <param name="objectType">The object type.</param>
            <param name="displayName">The display name of the group.</param>
            <param name="securityEnabled">Whether the group is
            security-enable.</param>
            <param name="mail">The primary email address of the group.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ADGroup.ObjectId">
            <summary>
            Gets or sets the object ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ADGroup.ObjectType">
            <summary>
            Gets or sets the object type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ADGroup.DisplayName">
            <summary>
            Gets or sets the display name of the group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ADGroup.SecurityEnabled">
            <summary>
            Gets or sets whether the group is security-enable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ADGroup.Mail">
            <summary>
            Gets or sets the primary email address of the group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.Application">
            <summary>
            Active Directory application information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.Application.#ctor">
            <summary>
            Initializes a new instance of the Application class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.Application.#ctor(System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the Application class.
            </summary>
            <param name="objectId">The object ID.</param>
            <param name="objectType">The object type.</param>
            <param name="appId">The application ID.</param>
            <param name="appPermissions">The application permissions.</param>
            <param name="availableToOtherTenants">Whether the application is be
            available to other tenants.</param>
            <param name="displayName">The display name of the
            application.</param>
            <param name="identifierUris">A collection of URIs for the
            application.</param>
            <param name="replyUrls">A collection of reply URLs for the
            application.</param>
            <param name="homepage">The home page of the application.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.ObjectId">
            <summary>
            Gets or sets the object ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.ObjectType">
            <summary>
            Gets or sets the object type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.AppId">
            <summary>
            Gets or sets the application ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.AppPermissions">
            <summary>
            Gets or sets the application permissions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.AvailableToOtherTenants">
            <summary>
            Gets or sets whether the application is be available to other
            tenants.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.DisplayName">
            <summary>
            Gets or sets the display name of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.IdentifierUris">
            <summary>
            Gets or sets a collection of URIs for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.ReplyUrls">
            <summary>
            Gets or sets a collection of reply URLs for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Application.Homepage">
            <summary>
            Gets or sets the home page of the application.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters">
            <summary>
            Request parameters for creating a new application.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ApplicationCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.#ctor(System.Boolean,System.String,System.Collections.Generic.IList{System.String},System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.KeyCredential},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.PasswordCredential})">
            <summary>
            Initializes a new instance of the ApplicationCreateParameters
            class.
            </summary>
            <param name="availableToOtherTenants">Whether the application is
            available to other tenants.</param>
            <param name="displayName">The display name of the
            application.</param>
            <param name="identifierUris">A collection of URIs for the
            application.</param>
            <param name="homepage">The home page of the application.</param>
            <param name="replyUrls">A collection of reply URLs for the
            application.</param>
            <param name="keyCredentials">The list of KeyCredential
            objects.</param>
            <param name="passwordCredentials">The list of PasswordCredential
            objects.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.AvailableToOtherTenants">
            <summary>
            Gets or sets whether the application is available to other tenants.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.DisplayName">
            <summary>
            Gets or sets the display name of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.Homepage">
            <summary>
            Gets or sets the home page of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.IdentifierUris">
            <summary>
            Gets or sets a collection of URIs for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.ReplyUrls">
            <summary>
            Gets or sets a collection of reply URLs for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.KeyCredentials">
            <summary>
            Gets or sets the list of KeyCredential objects.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.PasswordCredentials">
            <summary>
            Gets or sets the list of PasswordCredential objects.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters">
            <summary>
            Request parameters for updating an existing application.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the ApplicationUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.#ctor(System.Nullable{System.Boolean},System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.KeyCredential},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.PasswordCredential})">
            <summary>
            Initializes a new instance of the ApplicationUpdateParameters
            class.
            </summary>
            <param name="availableToOtherTenants">Whether the application is
            available to other tenants</param>
            <param name="displayName">The display name of the
            application.</param>
            <param name="homepage">The home page of the application.</param>
            <param name="identifierUris">A collection of URIs for the
            application.</param>
            <param name="replyUrls">A collection of reply URLs for the
            application.</param>
            <param name="keyCredentials">The list of KeyCredential
            objects.</param>
            <param name="passwordCredentials">The list of PasswordCredential
            objects.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.AvailableToOtherTenants">
            <summary>
            Gets or sets whether the application is available to other tenants
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.DisplayName">
            <summary>
            Gets or sets the display name of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.Homepage">
            <summary>
            Gets or sets the home page of the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.IdentifierUris">
            <summary>
            Gets or sets a collection of URIs for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.ReplyUrls">
            <summary>
            Gets or sets a collection of reply URLs for the application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.KeyCredentials">
            <summary>
            Gets or sets the list of KeyCredential objects.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ApplicationUpdateParameters.PasswordCredentials">
            <summary>
            Gets or sets the list of PasswordCredential objects.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters">
            <summary>
            Request parameters for IsMemberOf API call.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters.#ctor">
            <summary>
            Initializes a new instance of the CheckGroupMembershipParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the CheckGroupMembershipParameters
            class.
            </summary>
            <param name="groupId">The object ID of the group to check.</param>
            <param name="memberId">The object ID of the contact, group, user,
            or service principal to check for membership in the specified
            group.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters.GroupId">
            <summary>
            Gets or sets the object ID of the group to check.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters.MemberId">
            <summary>
            Gets or sets the object ID of the contact, group, user, or service
            principal to check for membership in the specified group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipResult">
            <summary>
            Server response for IsMemberOf API call
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipResult.#ctor">
            <summary>
            Initializes a new instance of the CheckGroupMembershipResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipResult.#ctor(System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the CheckGroupMembershipResult class.
            </summary>
            <param name="value">True if the specified user, group, contact, or
            service principal has either direct or transitive membership in the
            specified group; otherwise, false.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipResult.Value">
            <summary>
            Gets or sets true if the specified user, group, contact, or service
            principal has either direct or transitive membership in the
            specified group; otherwise, false.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters">
            <summary>
            Request parameters for the GetObjectsByObjectIds API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters.#ctor">
            <summary>
            Initializes a new instance of the GetObjectsParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters.#ctor(System.Boolean,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the GetObjectsParameters class.
            </summary>
            <param name="includeDirectoryObjectReferences">If true, also
            searches for object IDs in the partner tenant.</param>
            <param name="objectIds">The requested object IDs.</param>
            <param name="types">The requested object types.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters.ObjectIds">
            <summary>
            Gets or sets the requested object IDs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters.Types">
            <summary>
            Gets or sets the requested object types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters.IncludeDirectoryObjectReferences">
            <summary>
            Gets or sets if true, also searches for object IDs in the partner
            tenant.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.GraphError">
            <summary>
            Active Directory error information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GraphError.#ctor">
            <summary>
            Initializes a new instance of the GraphError class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GraphError.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the GraphError class.
            </summary>
            <param name="code">Error code.</param>
            <param name="message">Error message value.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GraphError.Code">
            <summary>
            Gets or sets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GraphError.Message">
            <summary>
            Gets or sets error message value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            <summary>
            Exception thrown for an invalid response with GraphError information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException.Request">
            <summary>
            Gets information about the associated HTTP request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException.Response">
            <summary>
            Gets information about the associated HTTP response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException.Body">
            <summary>
            Gets or sets the body object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException.#ctor">
            <summary>
            Initializes a new instance of the GraphErrorException class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphErrorException class.
            </summary>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the GraphErrorException class.
            </summary>
            <param name="message">The exception message.</param>
            <param name="innerException">Inner exception.</param>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters">
            <summary>
            Request parameters for adding a member to a group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters.#ctor">
            <summary>
            Initializes a new instance of the GroupAddMemberParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GroupAddMemberParameters class.
            </summary>
            <param name="url">A member object URL, such as
            "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd",
            where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and
            "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the
            member (user, application, servicePrincipal, group) to be
            added.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters.Url">
            <summary>
            Gets or sets a member object URL, such as
            "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd",
            where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and
            "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the
            member (user, application, servicePrincipal, group) to be added.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupAddMemberParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters">
            <summary>
            Request parameters for creating a new group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the GroupCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the GroupCreateParameters class.
            </summary>
            <param name="displayName">Group display name</param>
            <param name="mailNickname">Mail nickname</param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.#cctor">
            <summary>
            Static constructor for GroupCreateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.DisplayName">
            <summary>
            Gets or sets group display name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.MailNickname">
            <summary>
            Gets or sets mail nickname
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.MailEnabled">
            <summary>
            Whether the group is mail-enabled. Must be false. This is because
            only pure security groups can be created using the Graph API.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.SecurityEnabled">
            <summary>
            Whether the group is a security group. Must be true. This is
            because only pure security groups can be created using the Graph
            API.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupCreateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters">
            <summary>
            Request parameters for GetMemberGroups API call.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters.#ctor">
            <summary>
            Initializes a new instance of the GroupGetMemberGroupsParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the GroupGetMemberGroupsParameters
            class.
            </summary>
            <param name="securityEnabledOnly">If true, only membership in
            security-enabled groups should be checked. Otherwise, membership in
            all groups should be checked.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters.SecurityEnabledOnly">
            <summary>
            Gets or sets if true, only membership in security-enabled groups
            should be checked. Otherwise, membership in all groups should be
            checked.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.KeyCredential">
            <summary>
            Active Directory Key Credential information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.#ctor">
            <summary>
            Initializes a new instance of the KeyCredential class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the KeyCredential class.
            </summary>
            <param name="startDate">Start date.</param>
            <param name="endDate">End date.</param>
            <param name="value">Key value.</param>
            <param name="keyId">Key ID.</param>
            <param name="usage">Usage. Acceptable values are 'Verify' and
            'Sign'.</param>
            <param name="type">Type. Acceptable values are 'AsymmetricX509Cert'
            and 'Symmetric'.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.StartDate">
            <summary>
            Gets or sets start date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.EndDate">
            <summary>
            Gets or sets end date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.Value">
            <summary>
            Gets or sets key value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.KeyId">
            <summary>
            Gets or sets key ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.Usage">
            <summary>
            Gets or sets usage. Acceptable values are 'Verify' and 'Sign'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredential.Type">
            <summary>
            Gets or sets type. Acceptable values are 'AsymmetricX509Cert' and
            'Symmetric'.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters">
            <summary>
            Request parameters for a KeyCredentials update operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the KeyCredentialsUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.KeyCredential})">
            <summary>
            Initializes a new instance of the KeyCredentialsUpdateParameters
            class.
            </summary>
            <param name="value">A collection of KeyCredentials.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters.Value">
            <summary>
            Gets or sets a collection of KeyCredentials.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.Page1`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.Page1`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.Page1`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.Page1`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential">
            <summary>
            Active Directory Password Credential information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential.#ctor">
            <summary>
            Initializes a new instance of the PasswordCredential class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the PasswordCredential class.
            </summary>
            <param name="startDate">Start date.</param>
            <param name="endDate">End date.</param>
            <param name="keyId">Key ID.</param>
            <param name="value">Key value.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential.StartDate">
            <summary>
            Gets or sets start date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential.EndDate">
            <summary>
            Gets or sets end date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential.KeyId">
            <summary>
            Gets or sets key ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordCredential.Value">
            <summary>
            Gets or sets key value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters">
            <summary>
            Request parameters for a PasswordCredentials update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            PasswordCredentialsUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.PasswordCredential})">
            <summary>
            Initializes a new instance of the
            PasswordCredentialsUpdateParameters class.
            </summary>
            <param name="value">A collection of PasswordCredentials.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters.Value">
            <summary>
            Gets or sets a collection of PasswordCredentials.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.PasswordProfile">
            <summary>
            The password profile associated with a user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordProfile.#ctor">
            <summary>
            Initializes a new instance of the PasswordProfile class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordProfile.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the PasswordProfile class.
            </summary>
            <param name="password">Password</param>
            <param name="forceChangePasswordNextLogin">Whether to force a
            password change on next login.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordProfile.Password">
            <summary>
            Gets or sets password
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.PasswordProfile.ForceChangePasswordNextLogin">
            <summary>
            Gets or sets whether to force a password change on next login.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.PasswordProfile.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal">
            <summary>
            Active Directory service principal information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.#ctor">
            <summary>
            Initializes a new instance of the ServicePrincipal class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the ServicePrincipal class.
            </summary>
            <param name="objectId">The object ID.</param>
            <param name="objectType">The object type.</param>
            <param name="displayName">The display name of the service
            principal.</param>
            <param name="appId">The application ID.</param>
            <param name="servicePrincipalNames">A collection of service
            principal names.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.ObjectId">
            <summary>
            Gets or sets the object ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.ObjectType">
            <summary>
            Gets or sets the object type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.DisplayName">
            <summary>
            Gets or sets the display name of the service principal.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.AppId">
            <summary>
            Gets or sets the application ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal.ServicePrincipalNames">
            <summary>
            Gets or sets a collection of service principal names.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters">
            <summary>
            Request parameters for creating a new service principal.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ServicePrincipalCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.#ctor(System.String,System.Boolean,System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.KeyCredential},System.Collections.Generic.IList{Microsoft.Azure.Graph.RBAC.Models.PasswordCredential})">
            <summary>
            Initializes a new instance of the ServicePrincipalCreateParameters
            class.
            </summary>
            <param name="appId">application Id</param>
            <param name="accountEnabled">Whether the account is enabled</param>
            <param name="keyCredentials">A collection of KeyCredential
            objects.</param>
            <param name="passwordCredentials">A collection of
            PasswordCredential objects</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.AppId">
            <summary>
            Gets or sets application Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.AccountEnabled">
            <summary>
            Gets or sets whether the account is enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.KeyCredentials">
            <summary>
            Gets or sets a collection of KeyCredential objects.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.PasswordCredentials">
            <summary>
            Gets or sets a collection of PasswordCredential objects
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.User">
            <summary>
            Active Directory user information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.User.#ctor">
            <summary>
            Initializes a new instance of the User class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.User.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the User class.
            </summary>
            <param name="objectId">The object ID.</param>
            <param name="objectType">The object type.</param>
            <param name="userPrincipalName">The principal name of the
            user.</param>
            <param name="displayName">The display name of the user.</param>
            <param name="signInName">The sign-in name of the user.</param>
            <param name="mail">The primary email address of the user.</param>
            <param name="mailNickname">The mail alias for the user.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.ObjectId">
            <summary>
            Gets or sets the object ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.ObjectType">
            <summary>
            Gets or sets the object type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.UserPrincipalName">
            <summary>
            Gets or sets the principal name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.DisplayName">
            <summary>
            Gets or sets the display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.SignInName">
            <summary>
            Gets or sets the sign-in name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.Mail">
            <summary>
            Gets or sets the primary email address of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.User.MailNickname">
            <summary>
            Gets or sets the mail alias for the user.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters">
            <summary>
            Request parameters for creating a new work or school account user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the UserCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.#ctor(System.Boolean,System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordProfile,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the UserCreateParameters class.
            </summary>
            <param name="accountEnabled">Whether the account is
            enabled.</param>
            <param name="displayName">The display name of the user.</param>
            <param name="passwordProfile">Password Profile</param>
            <param name="userPrincipalName">The user principal name
            (someuser@contoso.com). It must contain one of the verified domains
            for the tenant.</param>
            <param name="mailNickname">The mail alias for the user.</param>
            <param name="immutableId">This must be specified if you are using a
            federated domain for the user's userPrincipalName (UPN) property
            when creating a new user account. It is used to associate an
            on-premises Active Directory user account with their Azure AD user
            object.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.AccountEnabled">
            <summary>
            Gets or sets whether the account is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.DisplayName">
            <summary>
            Gets or sets the display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.PasswordProfile">
            <summary>
            Gets or sets password Profile
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.UserPrincipalName">
            <summary>
            Gets or sets the user principal name (someuser@contoso.com). It
            must contain one of the verified domains for the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.MailNickname">
            <summary>
            Gets or sets the mail alias for the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.ImmutableId">
            <summary>
            Gets or sets this must be specified if you are using a federated
            domain for the user's userPrincipalName (UPN) property when
            creating a new user account. It is used to associate an on-premises
            Active Directory user account with their Azure AD user object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters">
            <summary>
            Request parameters for GetMemberGroups API call.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters.#ctor">
            <summary>
            Initializes a new instance of the UserGetMemberGroupsParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the UserGetMemberGroupsParameters
            class.
            </summary>
            <param name="securityEnabledOnly">If true, only membership in
            security-enabled groups should be checked. Otherwise, membership in
            all groups should be checked.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters.SecurityEnabledOnly">
            <summary>
            Gets or sets if true, only membership in security-enabled groups
            should be checked. Otherwise, membership in all groups should be
            checked.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters">
            <summary>
            Request parameters for updating an existing work or school account
            user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the UserUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.#ctor(System.Nullable{System.Boolean},System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordProfile,System.String)">
            <summary>
            Initializes a new instance of the UserUpdateParameters class.
            </summary>
            <param name="accountEnabled">Whether the account is
            enabled.</param>
            <param name="displayName">The display name of the user.</param>
            <param name="passwordProfile">The password profile of the
            user.</param>
            <param name="mailNickname">The mail alias for the user.</param>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.AccountEnabled">
            <summary>
            Gets or sets whether the account is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.DisplayName">
            <summary>
            Gets or sets the display name of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.PasswordProfile">
            <summary>
            Gets or sets the password profile of the user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.MailNickname">
            <summary>
            Gets or sets the mail alias for the user.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.ObjectsOperations">
            <summary>
            ObjectsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperations.#ctor(Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient)">
            <summary>
            Initializes a new instance of the ObjectsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.ObjectsOperations.Client">
            <summary>
            Gets a reference to the GraphRbacManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperations.GetCurrentUserWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the details for the currently logged-in user.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperations.GetObjectsByObjectIdsWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='parameters'>
            Objects filtering parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperations.GetObjectsByObjectIdsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions">
            <summary>
            Extension methods for ObjectsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions.GetCurrentUser(Microsoft.Azure.Graph.RBAC.IObjectsOperations)">
            <summary>
            Gets the details for the currently logged-in user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions.GetCurrentUserAsync(Microsoft.Azure.Graph.RBAC.IObjectsOperations,System.Threading.CancellationToken)">
            <summary>
            Gets the details for the currently logged-in user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions.GetObjectsByObjectIds(Microsoft.Azure.Graph.RBAC.IObjectsOperations,Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Objects filtering parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions.GetObjectsByObjectIdsAsync(Microsoft.Azure.Graph.RBAC.IObjectsOperations,Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters,System.Threading.CancellationToken)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Objects filtering parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions.GetObjectsByObjectIdsNext(Microsoft.Azure.Graph.RBAC.IObjectsOperations,System.String)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ObjectsOperationsExtensions.GetObjectsByObjectIdsNextAsync(Microsoft.Azure.Graph.RBAC.IObjectsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets AD group membership for the specified AD object IDs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations">
            <summary>
            ServicePrincipalsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.#ctor(Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient)">
            <summary>
            Initializes a new instance of the ServicePrincipalsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.Client">
            <summary>
            Gets a reference to the GraphRbacManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a service principal in the directory.
            </summary>
            <param name='parameters'>
            Parameters to create a service principal.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a service principal from the directory.
            </summary>
            <param name='objectId'>
            The object ID of the service principal to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets service principal information from the directory.
            </summary>
            <param name='objectId'>
            The object ID of the service principal to get.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.ListKeyCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the keyCredentials associated with the specified service principal.
            </summary>
            <param name='objectId'>
            The object ID of the service principal for which to get keyCredentials.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.UpdateKeyCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the keyCredentials associated with a service principal.
            </summary>
            <param name='objectId'>
            The object ID for which to get service principal information.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing service principal.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.ListPasswordCredentialsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the passwordCredentials associated with a service principal.
            </summary>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.UpdatePasswordCredentialsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the passwordCredentials associated with a service principal.
            </summary>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='parameters'>
            Parameters to update the passwordCredentials of an existing service
            principal.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions">
            <summary>
            Extension methods for ServicePrincipalsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.Create(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters)">
            <summary>
            Creates a service principal in the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Parameters to create a service principal.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.CreateAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a service principal in the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Parameters to create a service principal.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.List(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal})">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal},System.Threading.CancellationToken)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.Delete(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String)">
            <summary>
            Deletes a service principal from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.DeleteAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a service principal from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.Get(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String)">
            <summary>
            Gets service principal information from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal to get.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.GetAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets service principal information from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal to get.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListKeyCredentials(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String)">
            <summary>
            Get the keyCredentials associated with the specified service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal for which to get keyCredentials.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListKeyCredentialsAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the keyCredentials associated with the specified service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal for which to get keyCredentials.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.UpdateKeyCredentials(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters)">
            <summary>
            Update the keyCredentials associated with a service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID for which to get service principal information.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing service principal.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.UpdateKeyCredentialsAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the keyCredentials associated with a service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID for which to get service principal information.
            </param>
            <param name='parameters'>
            Parameters to update the keyCredentials of an existing service principal.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListPasswordCredentials(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String)">
            <summary>
            Gets the passwordCredentials associated with a service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListPasswordCredentialsAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the passwordCredentials associated with a service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.UpdatePasswordCredentials(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters)">
            <summary>
            Updates the passwordCredentials associated with a service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='parameters'>
            Parameters to update the passwordCredentials of an existing service
            principal.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.UpdatePasswordCredentialsAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the passwordCredentials associated with a service principal.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the service principal.
            </param>
            <param name='parameters'>
            Parameters to update the passwordCredentials of an existing service
            principal.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListNext(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.ServicePrincipalsOperationsExtensions.ListNextAsync(Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of service principals from the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.UsersOperations">
            <summary>
            UsersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.#ctor(Microsoft.Azure.Graph.RBAC.GraphRbacManagementClient)">
            <summary>
            Initializes a new instance of the UsersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Graph.RBAC.UsersOperations.Client">
            <summary>
            Gets a reference to the GraphRbacManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.CreateWithHttpMessagesAsync(Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a new user.
            </summary>
            <param name='parameters'>
            Parameters to create a user.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.User},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of users for the current tenant.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.GetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets user information from the directory.
            </summary>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user for which to get information.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.UpdateWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a user.
            </summary>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to update.
            </param>
            <param name='parameters'>
            Parameters to update an existing user.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.DeleteWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a user.
            </summary>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to delete.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.GetMemberGroupsWithHttpMessagesAsync(System.String,Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a collection that contains the object IDs of the groups of which the
            user is a member.
            </summary>
            <param name='objectId'>
            The object ID of the user for which to get group membership.
            </param>
            <param name='parameters'>
            User filtering parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of users for the current tenant.
            </summary>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Graph.RBAC.Models.GraphErrorException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions">
            <summary>
            Extension methods for UsersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.Create(Microsoft.Azure.Graph.RBAC.IUsersOperations,Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters)">
            <summary>
            Create a new user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Parameters to create a user.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.CreateAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Parameters to create a user.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.List(Microsoft.Azure.Graph.RBAC.IUsersOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.User})">
            <summary>
            Gets list of users for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.ListAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Graph.RBAC.Models.User},System.Threading.CancellationToken)">
            <summary>
            Gets list of users for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.Get(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String)">
            <summary>
            Gets user information from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user for which to get information.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.GetAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets user information from the directory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user for which to get information.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.Update(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters)">
            <summary>
            Updates a user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to update.
            </param>
            <param name='parameters'>
            Parameters to update an existing user.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.UpdateAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.UserUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to update.
            </param>
            <param name='parameters'>
            Parameters to update an existing user.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.Delete(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String)">
            <summary>
            Delete a user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to delete.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.DeleteAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='upnOrObjectId'>
            The object ID or principal name of the user to delete.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.GetMemberGroups(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters)">
            <summary>
            Gets a collection that contains the object IDs of the groups of which the
            user is a member.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the user for which to get group membership.
            </param>
            <param name='parameters'>
            User filtering parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.GetMemberGroupsAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a collection that contains the object IDs of the groups of which the
            user is a member.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='objectId'>
            The object ID of the user for which to get group membership.
            </param>
            <param name='parameters'>
            User filtering parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.ListNext(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String)">
            <summary>
            Gets a list of users for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Graph.RBAC.UsersOperationsExtensions.ListNextAsync(Microsoft.Azure.Graph.RBAC.IUsersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of users for the current tenant.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextLink'>
            Next link for the list operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>