CopyCompletionErrorReason Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the error code if the background copy of a resource created via the CopyStart operation fails.
public readonly struct CopyCompletionErrorReason : IEquatable<Azure.ResourceManager.Compute.Models.CopyCompletionErrorReason>
type CopyCompletionErrorReason = struct
Public Structure CopyCompletionErrorReason
Implements IEquatable(Of CopyCompletionErrorReason)
- Inheritance
-
CopyCompletionErrorReason
- Implements
Constructors
CopyCompletionErrorReason(String) |
Initializes a new instance of CopyCompletionErrorReason. |
Properties
CopySourceNotFound |
Indicates that the source snapshot was deleted while the background copy of the resource created via CopyStart operation was in progress. |
Methods
Equals(CopyCompletionErrorReason) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CopyCompletionErrorReason, CopyCompletionErrorReason) |
Determines if two CopyCompletionErrorReason values are the same. |
Implicit(String to CopyCompletionErrorReason) |
Converts a String to a CopyCompletionErrorReason. |
Inequality(CopyCompletionErrorReason, CopyCompletionErrorReason) |
Determines if two CopyCompletionErrorReason values are not the same. |
Applies to
Azure SDK for .NET