SsisPackageLocation Class

Definition

SSIS package location.

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

Constructors

SsisPackageLocation()

Initializes a new instance of SsisPackageLocation.

Properties

AccessCredential

The package access credential.

ChildPackages

The embedded child package list.

ConfigurationAccessCredential

The configuration file access credential.

ConfigurationPath

The configuration file of the package execution. Type: string (or Expression with resultType string).

LocationType

The type of SSIS package location.

PackageContent

The embedded package content. Type: string (or Expression with resultType string).

PackageLastModifiedDate

The embedded package last modified date.

PackageName

The package name.

PackagePassword

Password of the package.

PackagePath

The SSIS package path. Type: string (or Expression with resultType string).

Explicit Interface Implementations

IJsonModel<SsisPackageLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SsisPackageLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SsisPackageLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisPackageLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SsisPackageLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to