Compartir a través de


AnnotationsOperationsExtensions.Create Método

Definición

Cree una anotación de un componente de Application Insights.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation> Create (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation annotationProperties);
static member Create : Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>
<Extension()>
Public Function Create (operations As IAnnotationsOperations, resourceGroupName As String, resourceName As String, annotationProperties As Annotation) As IList(Of Annotation)

Parámetros

operations
IAnnotationsOperations

Grupo de operaciones para 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.

annotationProperties
Annotation

Propiedades que deben especificarse para crear una anotación de un componente de Application Insights.

Devoluciones

Se aplica a