IOperationalInsightsDataClient Interface
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.
Operational Insights Data Client
public interface IOperationalInsightsDataClient : IDisposable
type IOperationalInsightsDataClient = interface
interface IDisposable
Public Interface IOperationalInsightsDataClient
Implements IDisposable
- Derived
- Implements
Properties
AdditionalWorkspaces |
Additional workspaces referenced in cross-resource queries. |
BaseUri |
The base URI of the service. |
Credentials |
Subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets or sets json deserialization settings. |
NameHeader |
Unique name for the calling application. This is only used for telemetry and debugging. |
Preferences |
Query preferences. |
RequestId |
A unique ID per request. This will be generated per request if not specified. |
SerializationSettings |
Gets or sets json serialization settings. |
WorkspaceId |
ID of the workspace. This is Workspace ID from the Properties blade in the Azure portal. |
Methods
QueryWithHttpMessagesAsync(String, Nullable<TimeSpan>, IList<String>, Dictionary<String,List<String>>, CancellationToken) |
Execute an Analytics query |
Extension Methods
Query(IOperationalInsightsDataClient, String, Nullable<TimeSpan>, IList<String>) |
Execute an Analytics query |
QueryAsync(IOperationalInsightsDataClient, String, Nullable<TimeSpan>, IList<String>, CancellationToken) |
Execute an Analytics query |
Applies to
Azure SDK for .NET