Class CopyCompletionErrorReason
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CopyCompletionErrorReason>
com.azure.resourcemanager.compute.models.CopyCompletionErrorReason
public final class CopyCompletionErrorReason
extends com.azure.core.util.ExpandableStringEnum<CopyCompletionErrorReason>
Indicates the error code if the background copy of a resource created via the CopyStart operation fails.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CopyCompletionErrorReasonStatic value CopySourceNotFound for CopyCompletionErrorReason. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CopyCompletionErrorReasonfromString(String name) Creates or finds a CopyCompletionErrorReason from its string representation.static Collection<CopyCompletionErrorReason>values()Gets known CopyCompletionErrorReason values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
COPY_SOURCE_NOT_FOUND
Static value CopySourceNotFound for CopyCompletionErrorReason.
-
-
Constructor Details
-
CopyCompletionErrorReason
Deprecated.Use thefromString(String)factory method.Creates a new instance of CopyCompletionErrorReason value.
-
-
Method Details
-
fromString
Creates or finds a CopyCompletionErrorReason from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CopyCompletionErrorReason.
-
values
Gets known CopyCompletionErrorReason values.- Returns:
- known CopyCompletionErrorReason values.
-
fromString(String)factory method.