Uses of Class
com.azure.resourcemanager.redis.models.OperationStatusResult
-
Packages that use OperationStatusResult 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 OperationStatusResult in com.azure.resourcemanager.redis.fluent.models
Subclasses of OperationStatusResult in com.azure.resourcemanager.redis.fluent.models Modifier and Type Class Description classOperationStatusInnerAsynchronous operation status.Method parameters in com.azure.resourcemanager.redis.fluent.models with type arguments of type OperationStatusResult Modifier and Type Method Description OperationStatusInnerOperationStatusInner. 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 OperationStatusResult Modifier and Type Method Description OperationStatusResultOperationStatusResult. withEndTime(OffsetDateTime endTime)Set the endTime property: The end time of the operation.OperationStatusResultOperationStatusResult. withError(ErrorDetail error)Set the error property: If present, details of the operation error.OperationStatusResultOperationStatusResult. withId(String id)Set the id property: Fully qualified ID for the async operation.OperationStatusResultOperationStatusResult. withName(String name)Set the name property: Name of the async operation.OperationStatusResultOperationStatusResult. withOperations(List<OperationStatusResult> operations)Set the operations property: The operations list.OperationStatusResultOperationStatusResult. withPercentComplete(Float percentComplete)Set the percentComplete property: Percent of the operation that is complete.OperationStatusResultOperationStatusResult. withStartTime(OffsetDateTime startTime)Set the startTime property: The start time of the operation.OperationStatusResultOperationStatusResult. withStatus(String status)Set the status property: Operation status.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type OperationStatusResult Modifier and Type Method Description List<OperationStatusResult>OperationStatusResult. operations()Get the operations property: The operations list.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type OperationStatusResult Modifier and Type Method Description OperationStatusResultOperationStatusResult. withOperations(List<OperationStatusResult> operations)Set the operations property: The operations list.
-