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