Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.AnnotationInner
Packages that use AnnotationInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of AnnotationInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type AnnotationInnerModifier and TypeMethodDescriptionAnnotationsClient.create(String resourceGroupName, String resourceName, AnnotationInner annotationProperties) Create an Annotation of an Application Insights component.com.azure.core.http.rest.Response<List<AnnotationInner>>AnnotationsClient.createWithResponse(String resourceGroupName, String resourceName, AnnotationInner annotationProperties, com.azure.core.util.Context context) Create an Annotation of an Application Insights component.Get the annotation for given id.com.azure.core.http.rest.Response<List<AnnotationInner>>AnnotationsClient.getWithResponse(String resourceGroupName, String resourceName, String annotationId, com.azure.core.util.Context context) Get the annotation for given id.com.azure.core.http.rest.PagedIterable<AnnotationInner>Gets the list of annotations for a component for given time range.com.azure.core.http.rest.PagedIterable<AnnotationInner>AnnotationsClient.list(String resourceGroupName, String resourceName, String start, String end, com.azure.core.util.Context context) Gets the list of annotations for a component for given time range.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type AnnotationInnerModifier and TypeMethodDescriptionAnnotationsClient.create(String resourceGroupName, String resourceName, AnnotationInner annotationProperties) Create an Annotation of an Application Insights component.com.azure.core.http.rest.Response<List<AnnotationInner>>AnnotationsClient.createWithResponse(String resourceGroupName, String resourceName, AnnotationInner annotationProperties, com.azure.core.util.Context context) Create an Annotation of an Application Insights component. -
Uses of AnnotationInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return AnnotationInnerModifier and TypeMethodDescriptionAnnotationInner.withAnnotationName(String annotationName) Set the annotationName property: Name of annotation.AnnotationInner.withCategory(String category) Set the category property: Category of annotation, free form.AnnotationInner.withEventTime(OffsetDateTime eventTime) Set the eventTime property: Time when event occurred.Set the id property: Unique Id for annotation.AnnotationInner.withProperties(String properties) Set the properties property: Serialized JSON object for detailed properties.AnnotationInner.withRelatedAnnotation(String relatedAnnotation) Set the relatedAnnotation property: Related parent annotation if any. -
Uses of AnnotationInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return AnnotationInnerModifier and TypeMethodDescriptionAnnotation.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.AnnotationInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type AnnotationInnerModifier and TypeMethodDescriptionAnnotationsListResult.value()Get the value property: An array of annotations.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type AnnotationInnerModifier and TypeMethodDescriptionAnnotations.create(String resourceGroupName, String resourceName, AnnotationInner annotationProperties) Create an Annotation of an Application Insights component.com.azure.core.http.rest.Response<List<Annotation>>Annotations.createWithResponse(String resourceGroupName, String resourceName, AnnotationInner annotationProperties, com.azure.core.util.Context context) Create an Annotation of an Application Insights component.