Uses of Class
com.azure.resourcemanager.redis.fluent.models.OperationStatusInner
Packages that use OperationStatusInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
-
Uses of OperationStatusInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return OperationStatusInnerModifier and TypeMethodDescriptionFor checking the ongoing status of an operation.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type OperationStatusInnerModifier and TypeMethodDescriptionFor checking the ongoing status of an operation.com.azure.core.http.rest.Response
<OperationStatusInner> AsyncOperationStatusClient.getWithResponse
(String location, String operationId, com.azure.core.util.Context context) For checking the ongoing status of an operation.Mono
<com.azure.core.http.rest.Response<OperationStatusInner>> AsyncOperationStatusClient.getWithResponseAsync
(String location, String operationId) For checking the ongoing status of an operation. -
Uses of OperationStatusInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return OperationStatusInnerModifier and TypeMethodDescriptionstatic OperationStatusInner
OperationStatusInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OperationStatusInner from the JsonReader.OperationStatusInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time of the operation.OperationStatusInner.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.OperationStatusInner.withOperations
(List<OperationStatusResult> operations) Set the operations property: The operations list.OperationStatusInner.withPercentComplete
(Float percentComplete) Set the percentComplete property: Percent of the operation that is complete.OperationStatusInner.withProperties
(Map<String, Object> properties) Set the properties property: Additional properties from RP, only when operation is successful.OperationStatusInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time of the operation.OperationStatusInner.withStatus
(String status) Set the status property: Operation status.