你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PowerBIClient 构造函数

定义

重载

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

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())

参数

handlers
DelegatingHandler[]

适用于

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())

参数

handlers
DelegatingHandler[]

适用于

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())

参数

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

适用于

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())

参数

baseUri
Uri
handlers
DelegatingHandler[]

适用于

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())

参数

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

适用于

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())

参数

baseUri
Uri
handlers
DelegatingHandler[]

适用于

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())

参数

baseUri
Uri
rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

适用于

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())

参数

baseUri
Uri
rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

适用于