Uses of Class
com.azure.resourcemanager.redis.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.redis.fluent Package containing the service clients for RedisManagementClient.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 OperationInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists all of the available REST API operations of the Microsoft.Cache provider.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available REST API operations of the Microsoft.Cache provider.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists all of the available REST API operations of the Microsoft.Cache provider. -
Uses of OperationInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: The object that describes the operation.OperationInnerOperationInner. withName(String name)Set the name property: Operation name: {provider}/{resource}/{operation}. -
Uses of OperationInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>RedisCaches. listOperations()Lists all of the available Redis REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner>RedisCaches. listOperationsAsync()Lists all of the available Redis REST API operations.List<OperationInner>OperationListResult. value()Get the value property: List of operations supported by the resource provider.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<OperationInner> value)Set the value property: List of operations supported by the resource provider.
-