MicrosoftGraphClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- credentials
- ServiceClientCredentials
- 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
- credentials
- ServiceClientCredentials
- 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
- credentials
- ServiceClientCredentials
- 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
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]