Поделиться через


SynapseGetSsisObjectMetadataContent Class

Definition

The request payload of get SSIS object metadata.

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

Constructors

SynapseGetSsisObjectMetadataContent()

Initializes a new instance of SynapseGetSsisObjectMetadataContent.

Properties

MetadataPath

Metadata path.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseGetSsisObjectMetadataContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseGetSsisObjectMetadataContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseGetSsisObjectMetadataContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseGetSsisObjectMetadataContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseGetSsisObjectMetadataContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to