AnnotationsOperationsExtensions.Get メソッド

定義

指定された 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 コンポーネント内で一意です。

戻り値

適用対象