FluentServiceClientBase<TClient> Class
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.
public abstract class FluentServiceClientBase<TClient> : Microsoft.Rest.ServiceClient<TClient> where TClient : ServiceClient<TClient>
type FluentServiceClientBase<'Client (requires 'Client :> ServiceClient<'Client>)> = class
inherit ServiceClient<'Client (requires 'Client :> ServiceClient<'Client>)>
Public MustInherit Class FluentServiceClientBase(Of TClient)
Inherits ServiceClient(Of TClient)
Type Parameters
- TClient
- Inheritance
- Derived
Constructors
Fields
_restClient |
Properties
BaseUri |
The base URI of the service. |
Credentials |
Credentials needed for the client to connect to Azure. |
Methods
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) | |
Initialize() |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET