SsisProject Class

Definition

Ssis project.

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

Properties

Description

Metadata description.

(Inherited from SsisObjectMetadata)
EnvironmentRefs

Environment reference in project.

FolderId

Folder id which contains project.

Id

Metadata id.

(Inherited from SsisObjectMetadata)
Name

Metadata name.

(Inherited from SsisObjectMetadata)
Parameters

Parameters in project.

Version

Project version.

Explicit Interface Implementations

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)
IJsonModel<SsisProject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SsisProject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<SsisProject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisProject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SsisProject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to