Uses of Class
com.azure.resourcemanager.redis.models.OperationStatusResult
Packages that use OperationStatusResult
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of OperationStatusResult in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return OperationStatusResultModifier and TypeMethodDescriptionRedisClient.flushCache(String resourceGroupName, String cacheName) Deletes all of the keys in a cache.RedisClient.flushCache(String resourceGroupName, String cacheName, com.azure.core.util.Context context) Deletes all of the keys in a cache.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type OperationStatusResultModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusResult>, OperationStatusResult> RedisClient.beginFlushCache(String resourceGroupName, String cacheName) Deletes all of the keys in a cache.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusResult>, OperationStatusResult> RedisClient.beginFlushCache(String resourceGroupName, String cacheName) Deletes all of the keys in a cache.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusResult>, OperationStatusResult> RedisClient.beginFlushCache(String resourceGroupName, String cacheName, com.azure.core.util.Context context) Deletes all of the keys in a cache.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationStatusResult>, OperationStatusResult> RedisClient.beginFlushCache(String resourceGroupName, String cacheName, com.azure.core.util.Context context) Deletes all of the keys in a cache.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OperationStatusResult>, OperationStatusResult> RedisClient.beginFlushCacheAsync(String resourceGroupName, String cacheName) Deletes all of the keys in a cache.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OperationStatusResult>, OperationStatusResult> RedisClient.beginFlushCacheAsync(String resourceGroupName, String cacheName) Deletes all of the keys in a cache.RedisClient.flushCacheAsync(String resourceGroupName, String cacheName) Deletes all of the keys in a cache. -
Uses of OperationStatusResult in com.azure.resourcemanager.redis.fluent.models
Subclasses of OperationStatusResult in com.azure.resourcemanager.redis.fluent.modelsMethod parameters in com.azure.resourcemanager.redis.fluent.models with type arguments of type OperationStatusResultModifier and TypeMethodDescriptionOperationStatusInner.withOperations(List<OperationStatusResult> operations) Set the operations property: The operations list. -
Uses of OperationStatusResult in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return OperationStatusResultModifier and TypeMethodDescriptionstatic OperationStatusResultOperationStatusResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationStatusResult from the JsonReader.OperationStatusResult.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time of the operation.OperationStatusResult.withError(com.azure.core.management.exception.ManagementError error) Set the error property: If present, details of the operation error.Set the id property: Fully qualified ID for the async operation.Set the name property: Name of the async operation.OperationStatusResult.withOperations(List<OperationStatusResult> operations) Set the operations property: The operations list.OperationStatusResult.withPercentComplete(Float percentComplete) Set the percentComplete property: Percent of the operation that is complete.OperationStatusResult.withStartTime(OffsetDateTime startTime) Set the startTime property: The start time of the operation.OperationStatusResult.withStatus(String status) Set the status property: Operation status.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type OperationStatusResultModifier and TypeMethodDescriptionOperationStatusResult.operations()Get the operations property: The operations list.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type OperationStatusResultModifier and TypeMethodDescriptionOperationStatusResult.withOperations(List<OperationStatusResult> operations) Set the operations property: The operations list.