SsisObjectMetadataStatusResult Class
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.
The status of the operation.
public class SsisObjectMetadataStatusResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SsisObjectMetadataStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SsisObjectMetadataStatusResult>
public class SsisObjectMetadataStatusResult
type SsisObjectMetadataStatusResult = class
interface IJsonModel<SsisObjectMetadataStatusResult>
interface IPersistableModel<SsisObjectMetadataStatusResult>
type SsisObjectMetadataStatusResult = class
Public Class SsisObjectMetadataStatusResult
Implements IJsonModel(Of SsisObjectMetadataStatusResult), IPersistableModel(Of SsisObjectMetadataStatusResult)
Public Class SsisObjectMetadataStatusResult
- Inheritance
-
SsisObjectMetadataStatusResult
- 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<SsisObjectMetadataStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SsisObjectMetadataStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SsisObjectMetadataStatusResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SsisObjectMetadataStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SsisObjectMetadataStatusResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET