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