Freigeben über


AnnotationsOperationsExtensions.Create Methode

Definition

Erstellen Sie eine Anmerkung einer Application Insights-Komponente.

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)

Parameter

operations
IAnnotationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName
String

Der Name der Application Insights-Komponentenressource.

annotationProperties
Annotation

Eigenschaften, die angegeben werden müssen, um eine Anmerkung einer Application Insights-Komponente zu erstellen.

Gibt zurück

Gilt für: