Sdílet prostřednictvím


SynapseSsisEnvironmentReference Class

Definition

Ssis environment reference.

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

Properties

EnvironmentFolderName

Environment folder name.

EnvironmentName

Environment name.

Id

Environment reference id.

ReferenceType

Reference type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseSsisEnvironmentReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSsisEnvironmentReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseSsisEnvironmentReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSsisEnvironmentReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSsisEnvironmentReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to