Dela via


SynapseSsisEnvironment Class

Definition

Ssis environment.

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

Properties

Description

Metadata description.

(Inherited from SynapseSsisObjectMetadata)
FolderId

Folder id which contains environment.

Id

Metadata id.

(Inherited from SynapseSsisObjectMetadata)
Name

Metadata name.

(Inherited from SynapseSsisObjectMetadata)
Variables

Variable in environment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseSsisEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSsisEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SynapseSsisObjectMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SynapseSsisObjectMetadata)
IJsonModel<SynapseSsisObjectMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseSsisObjectMetadata)
IPersistableModel<SynapseSsisEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSsisEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSsisEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SynapseSsisObjectMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SynapseSsisObjectMetadata)
IPersistableModel<SynapseSsisObjectMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SynapseSsisObjectMetadata)
IPersistableModel<SynapseSsisObjectMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SynapseSsisObjectMetadata)

Applies to