IInsightsClient Interface
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public interface IInsightsClient : IDisposable
public interface class IInsightsClient : IDisposable
type IInsightsClient =
interface
interface IDisposable
end
Public Interface IInsightsClient
Inherits IDisposable
Properties
Name | Description | |
---|---|---|
ApiVersion | Gets the API version. |
|
BaseUri | Gets the URI used as the base for all cloud service requests. |
|
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 |
|
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 |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
See Also
Microsoft.Azure.Insights Namespace
Return to top