Uses of Class
com.azure.resourcemanager.monitor.models.OperationDisplay
-
Packages that use OperationDisplay Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of OperationDisplay in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperation. display()Get the display property: Display metadata associated with the operation.OperationDisplayOperationDisplay. withOperation(String operation)Set the operation property: Operation type: Read, write, delete, etc.OperationDisplayOperationDisplay. withProvider(String provider)Set the provider property: Service provider: Microsoft.Insights.OperationDisplayOperationDisplay. 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 OperationDisplay Modifier and Type Method Description OperationOperation. withDisplay(OperationDisplay display)Set the display property: Display metadata associated with the operation.
-