CopyCompletionErrorReason Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. CopyCompletionErrorReason
- com.
- com.
public final class CopyCompletionErrorReason
extends ExpandableStringEnum<CopyCompletionErrorReason>
Indicates the error code if the background copy of a resource created via the CopyStart operation fails.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Copy |
COPY_SOURCE_NOT_FOUND
Static value Copy |
Constructor Summary
Constructor | Description |
---|---|
CopyCompletionErrorReason() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Copy |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Copy |
fromString(String name)
Creates or finds a Copy |
static
Collection<Copy |
values()
Gets known Copy |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COPY_SOURCE_NOT_FOUND
public static final CopyCompletionErrorReason COPY_SOURCE_NOT_FOUND
Static value CopySourceNotFound for CopyCompletionErrorReason.
Constructor Details
CopyCompletionErrorReason
@Deprecated
public CopyCompletionErrorReason()
Deprecated
Creates a new instance of CopyCompletionErrorReason value.
Method Details
fromString
public static CopyCompletionErrorReason fromString(String name)
Creates or finds a CopyCompletionErrorReason from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CopyCompletionErrorReason values.
Returns:
Applies to
Azure SDK for Java