Uses of Class
com.azure.resourcemanager.monitor.models.OperationDisplay
Packages that use OperationDisplay
Package
Description
Package containing the data models for MonitorClient.
-
Uses of OperationDisplay in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type OperationDisplayModifier and TypeClassDescriptionfinal classDisplay metadata associated with the operation.Methods in com.azure.resourcemanager.monitor.models that return OperationDisplayModifier and TypeMethodDescriptionOperation.display()Get the display property: Display metadata associated with the operation.static OperationDisplayOperationDisplay.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDisplay from the JsonReader.OperationDisplay.withOperation(String operation) Set the operation property: Operation type: Read, write, delete, etc.OperationDisplay.withProvider(String provider) Set the provider property: Service provider: Microsoft.Insights.OperationDisplay.withResource(String resource) Set the resource property: Resource on which the operation is performed: AlertRules, Autoscale, etc.Methods in com.azure.resourcemanager.monitor.models with parameters of type OperationDisplayModifier and TypeMethodDescriptionOperation.withDisplay(OperationDisplay display) Set the display property: Display metadata associated with the operation.