ApplicationInsightsComponentResource.CreateAnnotations Method
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.
Overloads
CreateAnnotations(Annotation, CancellationToken) |
Create an Annotation of an Application Insights component.
|
CreateAnnotations(ApplicationInsightsAnnotation, CancellationToken) |
Create an Annotation of an Application Insights component.
|
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
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)
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
Azure SDK for .NET