Uses of Class
com.azure.resourcemanager.redis.fluent.models.OperationStatusInner
-
Packages that use OperationStatusInner 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. -
-
Uses of OperationStatusInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return OperationStatusInner Modifier and Type Method Description OperationStatusInnerAsyncOperationStatusClient. get(String location, String operationId)For checking the ongoing status of an operation.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type OperationStatusInner Modifier and Type Method Description Mono<OperationStatusInner>AsyncOperationStatusClient. getAsync(String location, String operationId)For 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 OperationStatusInner Modifier and Type Method Description OperationStatusInnerOperationStatusInner. withEndTime(OffsetDateTime endTime)Set the endTime property: The end time of the operation.OperationStatusInnerOperationStatusInner. withError(ErrorDetail error)Set the error property: If present, details of the operation error.OperationStatusInnerOperationStatusInner. withId(String id)Set the id property: Fully qualified ID for the async operation.OperationStatusInnerOperationStatusInner. withName(String name)Set the name property: Name of the async operation.OperationStatusInnerOperationStatusInner. withOperations(List<OperationStatusResult> operations)Set the operations property: The operations list.OperationStatusInnerOperationStatusInner. withPercentComplete(Float percentComplete)Set the percentComplete property: Percent of the operation that is complete.OperationStatusInnerOperationStatusInner. withProperties(Map<String,Object> properties)Set the properties property: Additional properties from RP, only when operation is successful.OperationStatusInnerOperationStatusInner. withStartTime(OffsetDateTime startTime)Set the startTime property: The start time of the operation.OperationStatusInnerOperationStatusInner. withStatus(String status)Set the status property: Operation status.
-