次の方法で共有


ApplicationInsightsComponentResource.CreateAnnotations メソッド

定義

Application Insights コンポーネントの注釈を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • 操作IdAnnotations_Create
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)

パラメーター

annotationProperties
Annotation

Application Insights コンポーネントの注釈を作成するために指定する必要があるプロパティ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の Annotation サービス要求を受け取る可能性がある のコレクション。

例外

annotationProperties が null です。

適用対象