SsisPackage Class

Definition

Ssis Package.

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

Properties

Description

Metadata description.

(Inherited from SsisObjectMetadata)
FolderId

Folder id which contains package.

Id

Metadata id.

(Inherited from SsisObjectMetadata)
Name

Metadata name.

(Inherited from SsisObjectMetadata)
Parameters

Parameters in package.

ProjectId

Project id which contains package.

ProjectVersion

Project version which contains package.

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

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

IJsonModel<SsisPackage>.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<SsisPackage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisPackage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SsisPackage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to