Dela via


SynapseSsisObjectMetadataStatusResult Class

Definition

The status of the operation.

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

Properties

Error

The operation error message.

Name

The operation name.

Properties

The operation properties.

Status

The status of the operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseSsisObjectMetadataStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSsisObjectMetadataStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseSsisObjectMetadataStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSsisObjectMetadataStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSsisObjectMetadataStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to