你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentResource.CreateAnnotations Method

Definition

Overloads

CreateAnnotations(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
CreateAnnotations(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

CreateAnnotations(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.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> CreateAnnotations (Azure.ResourceManager.ApplicationInsights.Models.Annotation annotationProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAnnotations : Azure.ResourceManager.ApplicationInsights.Models.Annotation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.CreateAnnotations : Azure.ResourceManager.ApplicationInsights.Models.Annotation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function CreateAnnotations (annotationProperties As Annotation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Exceptions

annotationProperties is null.

Applies to

CreateAnnotations(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.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation> CreateAnnotations (Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation annotationProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAnnotations : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation>
override this.CreateAnnotations : Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsAnnotation>
Public Overridable Function CreateAnnotations (annotationProperties As ApplicationInsightsAnnotation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Exceptions

annotationProperties is null.

Applies to