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

FluentServiceClientBase<TClient> 构造函数

定义

重载

FluentServiceClientBase<TClient>(RestClient)
FluentServiceClientBase<TClient>(RestClient, HttpClient)
FluentServiceClientBase<TClient>(String, RestClient)
FluentServiceClientBase<TClient>(String, RestClient, HttpClient)

FluentServiceClientBase<TClient>(RestClient)

protected FluentServiceClientBase (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)>
Protected Sub New (restClient As RestClient)

参数

restClient
RestClient

适用于

FluentServiceClientBase<TClient>(RestClient, HttpClient)

protected FluentServiceClientBase (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, System.Net.Http.HttpClient httpClient);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * System.Net.Http.HttpClient -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)>
Protected Sub New (restClient As RestClient, httpClient As HttpClient)

参数

restClient
RestClient
httpClient
HttpClient

适用于

FluentServiceClientBase<TClient>(String, RestClient)

protected FluentServiceClientBase (string baseUri, Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)> : string * Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)>
Protected Sub New (baseUri As String, restClient As RestClient)

参数

baseUri
String
restClient
RestClient

适用于

FluentServiceClientBase<TClient>(String, RestClient, HttpClient)

protected FluentServiceClientBase (string baseUri, Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, System.Net.Http.HttpClient httpClient);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)> : string * Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * System.Net.Http.HttpClient -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<'Client (requires 'Client :> Microsoft.Rest.ServiceClient<'Client>)>
Protected Sub New (baseUri As String, restClient As RestClient, httpClient As HttpClient)

参数

baseUri
String
restClient
RestClient
httpClient
HttpClient

适用于