ApplicationInsightsDataClient 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.
Composite Swagger for Application Insights Data Client
public class ApplicationInsightsDataClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.ApplicationInsights.Query.ApplicationInsightsDataClient>, IDisposable, Microsoft.Azure.ApplicationInsights.Query.IApplicationInsightsDataClient
type ApplicationInsightsDataClient = class
inherit ServiceClient<ApplicationInsightsDataClient>
interface IApplicationInsightsDataClient
interface IDisposable
Public Class ApplicationInsightsDataClient
Inherits ServiceClient(Of ApplicationInsightsDataClient)
Implements IApplicationInsightsDataClient, IDisposable
- Inheritance
- Implements
Constructors
ApplicationInsightsDataClient(DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(HttpClient, Boolean) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(ServiceClientCredentials, HttpClient, Boolean) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(ServiceClientCredentials) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(Uri, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(Uri, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(Uri, ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
ApplicationInsightsDataClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the ApplicationInsightsDataClient class. |
Properties
AdditionalApplications | |
BaseUri |
The base URI of the service. |
Credentials |
Subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Events |
Gets the IEvents. |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
Metrics |
Gets the IMetrics. |
NameHeader | |
Preferences | |
Query |
Gets the IQueryOperations. |
RequestId | |
SerializationSettings |
Gets or sets json serialization settings. |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>) |
SetUserAgent(String, String) | (Inherited from ServiceClient<T>) |
SetUserAgent(String) | (Inherited from ServiceClient<T>) |
Applies to
Azure SDK for .NET