Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.OperationResultContractProperties
Packages that use OperationResultContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of OperationResultContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OperationResultContractPropertiesModifier and TypeMethodDescriptionOperationResultContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationResultContractProperties from the JsonReader.OperationResultContractProperties.withError(ErrorResponseBody error) Set the error property: Error Body Contract.Set the id property: Operation result identifier.OperationResultContractProperties.withResultInfo(String resultInfo) Set the resultInfo property: Optional result info.OperationResultContractProperties.withStarted(OffsetDateTime started) Set the started property: Start time of an async operation.OperationResultContractProperties.withStatus(AsyncOperationStatus status) Set the status property: Status of an async operation.OperationResultContractProperties.withUpdated(OffsetDateTime updated) Set the updated property: Last update time of an async operation.