InsightsManagementClient.WithHandler Method (DelegatingHandler)
Get an instance of the InsightsManagementClient class that uses the handler while initiating web requests.
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public virtual InsightsManagementClient WithHandler(
DelegatingHandler handler
)
public:
virtual InsightsManagementClient^ WithHandler(
DelegatingHandler^ handler
)
abstract WithHandler :
handler:DelegatingHandler -> InsightsManagementClient
override WithHandler :
handler:DelegatingHandler -> InsightsManagementClient
Public Overridable Function WithHandler (
handler As DelegatingHandler
) As InsightsManagementClient
Parameters
handler
Type: System.Net.Http.DelegatingHandlerthe handler
Return Value
Type: Microsoft.Azure.Management.Insights.InsightsManagementClient
See Also
WithHandler Overload
InsightsManagementClient Class
Microsoft.Azure.Management.Insights Namespace
Return to top