Uses of Class
com.azure.resourcemanager.redis.models.OperationDisplay
-
Packages that use OperationDisplay Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models 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 OperationDisplay Modifier and Type Method Description OperationDisplayOperationInner. display()Get the display property: The object that describes the operation.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type OperationDisplay Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: The object that describes the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationDisplay. withDescription(String description)Set the description property: Friendly name of the operation.OperationDisplayOperationDisplay. withOperation(String operation)Set the operation property: Operation type: read, write, delete, listKeys/action, etc.OperationDisplayOperationDisplay. withProvider(String provider)Set the provider property: Friendly name of the resource provider.OperationDisplayOperationDisplay. withResource(String resource)Set the resource property: Resource type on which the operation is performed.
-