SsisEnvironment Class

Definition

Ssis environment.

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

Properties

Description

Metadata description.

(Inherited from SsisObjectMetadata)
FolderId

Folder id which contains environment.

Id

Metadata id.

(Inherited from SsisObjectMetadata)
Name

Metadata name.

(Inherited from SsisObjectMetadata)
Variables

Variable in environment.

Explicit Interface Implementations

IJsonModel<SsisEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SsisEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SsisObjectMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SsisObjectMetadata)
IPersistableModel<SsisEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SsisEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SsisObjectMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SsisObjectMetadata)

Applies to