StatusMessage Class

Definition

Operation status message object.

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

Properties

Error

The error reported by the operation.

Status

Status of the deployment operation.

Explicit Interface Implementations

IJsonModel<StatusMessage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StatusMessage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StatusMessage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StatusMessage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StatusMessage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to