Uses of Class
com.azure.resourcemanager.compute.models.ApiError
Packages that use ApiError
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ApiError in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ApiErrorModifier and TypeMethodDescriptionDiskEncryptionSetInner.autoKeyRotationError()Get the autoKeyRotationError property: The error that was encountered during auto-key rotation.EncryptionSetProperties.autoKeyRotationError()Get the autoKeyRotationError property: The error that was encountered during auto-key rotation.RollingUpgradeStatusInfoInner.error()Get the error property: Error details for this upgrade, if there are any.RollingUpgradeStatusInfoProperties.error()Get the error property: Error details for this upgrade, if there are any.VirtualMachineAssessPatchesResultInner.error()Get the error property: The errors that were encountered during execution of the operation.VirtualMachineInstallPatchesResultInner.error()Get the error property: The errors that were encountered during execution of the operation. -
Uses of ApiError in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ApiErrorModifier and TypeMethodDescriptionAvailablePatchSummary.error()Get the error property: The errors that were encountered during execution of the operation.LastPatchInstallationSummary.error()Get the error property: The errors that were encountered during execution of the operation.UpgradeOperationHistoricalStatusInfoProperties.error()Get the error property: Error Details for this upgrade if there are any.static ApiErrorApiError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiError from the JsonReader.ApiErrorException.getValue()RollbackStatusInfo.rollbackError()Get the rollbackError property: Error details if OS rollback failed.Constructors in com.azure.resourcemanager.compute.models with parameters of type ApiErrorModifierConstructorDescriptionApiErrorException(String message, com.azure.core.http.HttpResponse response, ApiError value) Initializes a new instance of the ApiErrorException class.