IAnnotationsOperations 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.
AnnotationsOperations operations.
public interface IAnnotationsOperations
type IAnnotationsOperations = interface
Public Interface IAnnotationsOperations
Methods
CreateWithHttpMessagesAsync(String, String, Annotation, Dictionary<String,List<String>>, CancellationToken) |
Create an Annotation of an Application Insights component. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete an Annotation of an Application Insights component. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the annotation for given id. |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the list of annotations for a component for given time range |
Extension Methods
Create(IAnnotationsOperations, String, String, Annotation) |
Create an Annotation of an Application Insights component. |
CreateAsync(IAnnotationsOperations, String, String, Annotation, CancellationToken) |
Create an Annotation of an Application Insights component. |
Delete(IAnnotationsOperations, String, String, String) |
Delete an Annotation of an Application Insights component. |
DeleteAsync(IAnnotationsOperations, String, String, String, CancellationToken) |
Delete an Annotation of an Application Insights component. |
Get(IAnnotationsOperations, String, String, String) |
Get the annotation for given id. |
GetAsync(IAnnotationsOperations, String, String, String, CancellationToken) |
Get the annotation for given id. |
List(IAnnotationsOperations, String, String, String, String) |
Gets the list of annotations for a component for given time range |
ListAsync(IAnnotationsOperations, String, String, String, String, CancellationToken) |
Gets the list of annotations for a component for given time range |
Applies to
Azure SDK for .NET