InsightsClient Class
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.ServiceClient<T>
Microsoft.Azure.Insights.InsightsClient
Syntax
public class InsightsClient : ServiceClient<InsightsClient>,
IInsightsClient, IDisposable
public ref class InsightsClient : ServiceClient<InsightsClient^>,
IInsightsClient, IDisposable
type InsightsClient =
class
inherit ServiceClient<InsightsClient>
interface IInsightsClient
interface IDisposable
end
Public Class InsightsClient
Inherits ServiceClient(Of InsightsClient)
Implements IInsightsClient, IDisposable
Constructors
Name | Description | |
---|---|---|
InsightsClient(SubscriptionCloudCredentials) | Initializes a new instance of the InsightsClient class. |
|
InsightsClient(SubscriptionCloudCredentials, HttpClient) | Initializes a new instance of the InsightsClient class. |
|
InsightsClient(SubscriptionCloudCredentials, Uri) | Initializes a new instance of the InsightsClient class. |
|
InsightsClient(SubscriptionCloudCredentials, Uri, HttpClient) | Initializes a new instance of the InsightsClient class. |
Properties
Name | Description | |
---|---|---|
ApiVersion | Gets the API version. |
|
BaseUri | Gets the URI used as the base for all cloud service requests. |
|
Cache | ||
Credentials | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
EventOperations | Microsoft Azure event logs and summaries can be retrieved using these operations |
|
HttpClient | (Inherited from ServiceClient<T>.) |
|
HttpMessageHandler | (Inherited from ServiceClient<T>.) |
|
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
MetricDefinitionOperations | Operations for metric definitions. |
|
MetricOperations | Operations for metric values. |
|
UsageMetricOperations | ||
UserAgent | (Inherited from ServiceClient<T>.) |
Methods
Name | Description | |
---|---|---|
Clone(ServiceClient<InsightsClient>) | Clones properties from current instance to another InsightsClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).) |
|
Dispose() | (Inherited from ServiceClient<T>.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
InitializeHttpClient(HttpMessageHandler) | (Inherited from ServiceClient<T>.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
WithHandler(DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
WithHandler(DelegatingHandler) | Get an instance of the InsightsClient class that uses the handler while initiating web requests. |
|
WithHandler(ServiceClient<T>, DelegatingHandler) | (Inherited from ServiceClient<T>.) |
|
WithHandlers(IEnumerable<DelegatingHandler>) | (Inherited from ServiceClient<T>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Insights Namespace
Return to top