Share via


ApplicationInsightsComponentResource.CreateAnnotationsAsync Method

Definition

Overloads

CreateAnnotationsAsync(Annotation, CancellationToken)

Create an Annotation of an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • Operation Id: Annotations_Create
  • Default Api Version: 2015-05-01
CreateAnnotationsAsync(ApplicationInsightsAnnotation, CancellationToken)

Create an Annotation of an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • Operation Id: Annotations_Create
  • Default Api Version: 2015-05-01

CreateAnnotationsAsync(Annotation, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Create an Annotation of an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • Operation Id: Annotations_Create
  • Default Api Version: 2015-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> CreateAnnotationsAsync (Azure.ResourceManager.ApplicationInsights.Models.Annotation annotationProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAnnotationsAsync : Azure.ResourceManager.ApplicationInsights.Models.Annotation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.CreateAnnotationsAsync : Azure.ResourceManager.ApplicationInsights.Models.Annotation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function CreateAnnotationsAsync (annotationProperties As Annotation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Annotation)

Parameters

annotationProperties
Annotation

Properties that need to be specified to create an annotation of a Application Insights component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of Annotation that may take multiple service requests to iterate over.

Exceptions

annotationProperties is null.

Applies to

CreateAnnotationsAsync(ApplicationInsightsAnnotation, CancellationToken)

Source:
ApplicationInsightsComponentResource.cs

Create an Annotation of an Application Insights component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • Operation Id: Annotations_Create
  • Default Api Version: 2015-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation> CreateAnnotationsAsync (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation annotationProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAnnotationsAsync : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation>
override this.CreateAnnotationsAsync : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation>
Public Overridable Function CreateAnnotationsAsync (annotationProperties As ApplicationInsightsAnnotation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationInsightsAnnotation)

Parameters

annotationProperties
ApplicationInsightsAnnotation

Properties that need to be specified to create an annotation of a Application Insights component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ApplicationInsightsAnnotation that may take multiple service requests to iterate over.

Exceptions

annotationProperties is null.

Applies to