Compartir a través de


AnnotationsOperationsExtensions.Get Método

Definición

Obtiene la anotación del identificador especificado.

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)

Parámetros

operations
IAnnotationsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName
String

Nombre del recurso de componente de Application Insights.

annotationId
String

Identificador de anotación único. Esto es único dentro de un componente de Application Insights.

Devoluciones

Se aplica a