Uses of Class
com.azure.resourcemanager.compute.models.CopyCompletionError
Packages that use CopyCompletionError
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CopyCompletionError in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CopyCompletionErrorModifier and TypeMethodDescriptionSnapshotInner.copyCompletionError()Get the copyCompletionError property: Indicates the error details if the background copy of a resource created via the CopyStart operation fails.SnapshotProperties.copyCompletionError()Get the copyCompletionError property: Indicates the error details if the background copy of a resource created via the CopyStart operation fails.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CopyCompletionErrorModifier and TypeMethodDescriptionSnapshotInner.withCopyCompletionError(CopyCompletionError copyCompletionError) Set the copyCompletionError property: Indicates the error details if the background copy of a resource created via the CopyStart operation fails.SnapshotProperties.withCopyCompletionError(CopyCompletionError copyCompletionError) Set the copyCompletionError property: Indicates the error details if the background copy of a resource created via the CopyStart operation fails. -
Uses of CopyCompletionError in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CopyCompletionErrorModifier and TypeMethodDescriptionSnapshot.copyCompletionError()Gets the error details if the background copy of a resource created via the CopyStart operation fails.static CopyCompletionErrorCopyCompletionError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CopyCompletionError from the JsonReader.CopyCompletionError.withErrorCode(CopyCompletionErrorReason errorCode) Set the errorCode property: Indicates the error code if the background copy of a resource created via the CopyStart operation fails.CopyCompletionError.withErrorMessage(String errorMessage) Set the errorMessage property: Indicates the error message if the background copy of a resource created via the CopyStart operation fails.