Uses of Class
com.azure.resourcemanager.redis.models.OperationDisplay
Packages that use OperationDisplay
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of OperationDisplay in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return OperationDisplayModifier and TypeMethodDescriptionOperationInner.display()Get the display property: The object that describes the operation.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type OperationDisplayModifier and TypeMethodDescriptionOperationInner.withDisplay(OperationDisplay display) Set the display property: The object that describes the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.redis.models
Classes in com.azure.resourcemanager.redis.models that implement interfaces with type arguments of type OperationDisplayModifier and TypeClassDescriptionfinal classThe object that describes the operation.Methods in com.azure.resourcemanager.redis.models that return OperationDisplayModifier and TypeMethodDescriptionstatic OperationDisplayOperationDisplay.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDisplay from the JsonReader.OperationDisplay.withDescription(String description) Set the description property: Friendly name of the operation.OperationDisplay.withOperation(String operation) Set the operation property: Operation type: read, write, delete, listKeys/action, etc.OperationDisplay.withProvider(String provider) Set the provider property: Friendly name of the resource provider.OperationDisplay.withResource(String resource) Set the resource property: Resource type on which the operation is performed.