AnnotationsOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された ID の注釈を取得します。
public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation> Get (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations operations, string resourceGroupName, string resourceName, string annotationId);
static member Get : Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>
<Extension()>
Public Function Get (operations As IAnnotationsOperations, resourceGroupName As String, resourceName As String, annotationId As String) As IList(Of Annotation)
パラメーター
- operations
- IAnnotationsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。 名前の大文字と小文字は区別されます。
- resourceName
- String
Application Insights コンポーネント リソースの名前。
- annotationId
- String
一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET