AsAzureHttpClient(Func<HttpClient>) Constructor
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 AsAzureHttpClient (Func<System.Net.Http.HttpClient> httpClientProvider);
new Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.AsAzureHttpClient : Func<System.Net.Http.HttpClient> -> Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.AsAzureHttpClient
Public Sub New (httpClientProvider As Func(Of HttpClient))
Parameters
- httpClientProvider
- Func<HttpClient>