PowerBIClient Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PowerBIClient(DelegatingHandler[])
protected PowerBIClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Parâmetros
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(ServiceClientCredentials, DelegatingHandler[])
public PowerBIClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Parâmetros
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(HttpClientHandler, DelegatingHandler[])
protected PowerBIClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parâmetros
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(Uri, DelegatingHandler[])
protected PowerBIClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())
Parâmetros
- baseUri
- Uri
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
public PowerBIClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parâmetros
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(Uri, ServiceClientCredentials, DelegatingHandler[])
public PowerBIClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Parâmetros
- baseUri
- Uri
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(Uri, HttpClientHandler, DelegatingHandler[])
protected PowerBIClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Protected Sub New (baseUri As Uri, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parâmetros
- baseUri
- Uri
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Aplica-se a
PowerBIClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
public PowerBIClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.PowerBI.Api.PowerBIClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.PowerBI.Api.PowerBIClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parâmetros
- baseUri
- Uri
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET