Uses of Class
com.azure.resourcemanager.compute.models.CopyCompletionErrorReason
Packages that use CopyCompletionErrorReason
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CopyCompletionErrorReason in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as CopyCompletionErrorReasonModifier and TypeFieldDescriptionstatic final CopyCompletionErrorReasonCopyCompletionErrorReason.COPY_SOURCE_NOT_FOUNDStatic value CopySourceNotFound for CopyCompletionErrorReason.Methods in com.azure.resourcemanager.compute.models that return CopyCompletionErrorReasonModifier and TypeMethodDescriptionCopyCompletionError.errorCode()Get the errorCode property: Indicates the error code if the background copy of a resource created via the CopyStart operation fails.static CopyCompletionErrorReasonCopyCompletionErrorReason.fromString(String name) Creates or finds a CopyCompletionErrorReason from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CopyCompletionErrorReasonModifier and TypeMethodDescriptionstatic Collection<CopyCompletionErrorReason>CopyCompletionErrorReason.values()Gets known CopyCompletionErrorReason values.Methods in com.azure.resourcemanager.compute.models with parameters of type CopyCompletionErrorReasonModifier and TypeMethodDescriptionCopyCompletionError.withErrorCode(CopyCompletionErrorReason errorCode) Set the errorCode property: Indicates the error code if the background copy of a resource created via the CopyStart operation fails.