Uses of Class
com.azure.resourcemanager.monitor.models.Operation
-
Packages that use Operation Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of Operation in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type Operation Modifier and Type Method Description List<Operation>OperationListResultInner. value()Get the value property: List of operations supported by the Microsoft.Insights provider.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type Operation Modifier and Type Method Description OperationListResultInnerOperationListResultInner. withValue(List<Operation> value)Set the value property: List of operations supported by the Microsoft.Insights provider. -
Uses of Operation in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return Operation Modifier and Type Method Description OperationOperation. withDisplay(OperationDisplay display)Set the display property: Display metadata associated with the operation.OperationOperation. withName(String name)Set the name property: Operation name: {provider}/{resource}/{operation}.
-