Share via


MicrosoftGraphClient Class

Definition

public class MicrosoftGraphClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient>, IDisposable, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.IMicrosoftGraphClient, Microsoft.Rest.Azure.IAzureClient
type MicrosoftGraphClient = class
    inherit ServiceClient<MicrosoftGraphClient>
    interface IMicrosoftGraphClient
    interface IDisposable
    interface IAzureClient
Public Class MicrosoftGraphClient
Inherits ServiceClient(Of MicrosoftGraphClient)
Implements IAzureClient, IDisposable, IMicrosoftGraphClient
Inheritance
MicrosoftGraphClient
Implements

Constructors

MicrosoftGraphClient(DelegatingHandler[])
MicrosoftGraphClient(HttpClientHandler, DelegatingHandler[])
MicrosoftGraphClient(ServiceClientCredentials, DelegatingHandler[])
MicrosoftGraphClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
MicrosoftGraphClient(Uri, DelegatingHandler[])
MicrosoftGraphClient(Uri, HttpClientHandler, DelegatingHandler[])
MicrosoftGraphClient(Uri, ServiceClientCredentials, DelegatingHandler[])
MicrosoftGraphClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Properties

AcceptLanguage
ApiVersion
Applications
BaseUri
Credentials
DeserializationSettings
DirectoryObjects
GenerateClientRequestId
Groups
LongRunningOperationRetryTimeout
Organization
SerializationSettings
ServicePrincipals
TenantID
Users

Extension Methods

FilterGroups(IMicrosoftGraphClient, MicrosoftObjectFilterOptions)
FilterGroups(IMicrosoftGraphClient, ODataQuery<MicrosoftGraphGroup>)
FilterServicePrincipals(IMicrosoftGraphClient, MicrosoftObjectFilterOptions)
FilterServicePrincipals(IMicrosoftGraphClient, ODataQuery<MicrosoftGraphServicePrincipal>)
FilterUsers(IMicrosoftGraphClient, MicrosoftObjectFilterOptions)
FilterUsers(IMicrosoftGraphClient, ODataQuery<MicrosoftGraphUser>)

Applies to