CopyCompletionError Class

Definition

Indicates the error details if the background copy of a resource created via the CopyStart operation fails.

public class CopyCompletionError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.CopyCompletionError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.CopyCompletionError>
type CopyCompletionError = class
    interface IJsonModel<CopyCompletionError>
    interface IPersistableModel<CopyCompletionError>
Public Class CopyCompletionError
Implements IJsonModel(Of CopyCompletionError), IPersistableModel(Of CopyCompletionError)
Inheritance
CopyCompletionError
Implements

Constructors

CopyCompletionError(CopyCompletionErrorReason, String)

Initializes a new instance of CopyCompletionError.

Properties

ErrorCode

Indicates the error code if the background copy of a resource created via the CopyStart operation fails.

ErrorMessage

Indicates the error message if the background copy of a resource created via the CopyStart operation fails.

Explicit Interface Implementations

IJsonModel<CopyCompletionError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CopyCompletionError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CopyCompletionError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CopyCompletionError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CopyCompletionError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to