Bagikan melalui


CopyCompletionErrorReason Struct

Definition

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