Share via


MicrosoftGraphClient Constructors

Definition

Overloads

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

MicrosoftGraphClient(DelegatingHandler[])

protected MicrosoftGraphClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

Parameters

handlers
DelegatingHandler[]

Applies to

MicrosoftGraphClient(ServiceClientCredentials, DelegatingHandler[])

public MicrosoftGraphClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

Parameters

handlers
DelegatingHandler[]

Applies to

MicrosoftGraphClient(HttpClientHandler, DelegatingHandler[])

protected MicrosoftGraphClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Parameters

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

Applies to

MicrosoftGraphClient(Uri, DelegatingHandler[])

protected MicrosoftGraphClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())

Parameters

baseUri
Uri
handlers
DelegatingHandler[]

Applies to

MicrosoftGraphClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

public MicrosoftGraphClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Parameters

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

Applies to

MicrosoftGraphClient(Uri, ServiceClientCredentials, DelegatingHandler[])

public MicrosoftGraphClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

Parameters

baseUri
Uri
handlers
DelegatingHandler[]

Applies to

MicrosoftGraphClient(Uri, HttpClientHandler, DelegatingHandler[])

protected MicrosoftGraphClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Protected Sub New (baseUri As Uri, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Parameters

baseUri
Uri
rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

Applies to

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

public MicrosoftGraphClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Parameters

baseUri
Uri
rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

Applies to