FluentServiceClientBase<TClient> 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
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)
Parameters
- restClient
- RestClient
Applies to
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)
Parameters
- restClient
- RestClient
- httpClient
- HttpClient
Applies to
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)
Parameters
- baseUri
- String
- restClient
- RestClient
Applies to
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)
Parameters
- baseUri
- String
- restClient
- RestClient
- httpClient
- HttpClient
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET