Class SsisPackageLocation

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SsisPackageLocation

public class SsisPackageLocation extends Object
SSIS package location.
  • Constructor Details

    • SsisPackageLocation

      public SsisPackageLocation()
  • Method Details

    • getPackagePath

      public Object getPackagePath()
      Get the packagePath property: The SSIS package path. Type: string (or Expression with resultType string).
      Returns:
      the packagePath value.
    • setPackagePath

      public SsisPackageLocation setPackagePath(Object packagePath)
      Set the packagePath property: The SSIS package path. Type: string (or Expression with resultType string).
      Parameters:
      packagePath - the packagePath value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getType

      public SsisPackageLocationType getType()
      Get the type property: The type of SSIS package location.
      Returns:
      the type value.
    • setType

      Set the type property: The type of SSIS package location.
      Parameters:
      type - the type value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getPackagePassword

      public SecretBase getPackagePassword()
      Get the packagePassword property: Password of the package.
      Returns:
      the packagePassword value.
    • setPackagePassword

      public SsisPackageLocation setPackagePassword(SecretBase packagePassword)
      Set the packagePassword property: Password of the package.
      Parameters:
      packagePassword - the packagePassword value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getAccessCredential

      public SsisAccessCredential getAccessCredential()
      Get the accessCredential property: The package access credential.
      Returns:
      the accessCredential value.
    • setAccessCredential

      public SsisPackageLocation setAccessCredential(SsisAccessCredential accessCredential)
      Set the accessCredential property: The package access credential.
      Parameters:
      accessCredential - the accessCredential value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getConfigurationPath

      public Object getConfigurationPath()
      Get the configurationPath property: The configuration file of the package execution. Type: string (or Expression with resultType string).
      Returns:
      the configurationPath value.
    • setConfigurationPath

      public SsisPackageLocation setConfigurationPath(Object configurationPath)
      Set the configurationPath property: The configuration file of the package execution. Type: string (or Expression with resultType string).
      Parameters:
      configurationPath - the configurationPath value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getConfigurationAccessCredential

      public SsisAccessCredential getConfigurationAccessCredential()
      Get the configurationAccessCredential property: The configuration file access credential.
      Returns:
      the configurationAccessCredential value.
    • setConfigurationAccessCredential

      public SsisPackageLocation setConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential)
      Set the configurationAccessCredential property: The configuration file access credential.
      Parameters:
      configurationAccessCredential - the configurationAccessCredential value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getPackageName

      public String getPackageName()
      Get the packageName property: The package name.
      Returns:
      the packageName value.
    • setPackageName

      public SsisPackageLocation setPackageName(String packageName)
      Set the packageName property: The package name.
      Parameters:
      packageName - the packageName value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getPackageContent

      public Object getPackageContent()
      Get the packageContent property: The embedded package content. Type: string (or Expression with resultType string).
      Returns:
      the packageContent value.
    • setPackageContent

      public SsisPackageLocation setPackageContent(Object packageContent)
      Set the packageContent property: The embedded package content. Type: string (or Expression with resultType string).
      Parameters:
      packageContent - the packageContent value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getPackageLastModifiedDate

      public String getPackageLastModifiedDate()
      Get the packageLastModifiedDate property: The embedded package last modified date.
      Returns:
      the packageLastModifiedDate value.
    • setPackageLastModifiedDate

      public SsisPackageLocation setPackageLastModifiedDate(String packageLastModifiedDate)
      Set the packageLastModifiedDate property: The embedded package last modified date.
      Parameters:
      packageLastModifiedDate - the packageLastModifiedDate value to set.
      Returns:
      the SsisPackageLocation object itself.
    • getChildPackages

      public List<SsisChildPackage> getChildPackages()
      Get the childPackages property: The embedded child package list.
      Returns:
      the childPackages value.
    • setChildPackages

      public SsisPackageLocation setChildPackages(List<SsisChildPackage> childPackages)
      Set the childPackages property: The embedded child package list.
      Parameters:
      childPackages - the childPackages value to set.
      Returns:
      the SsisPackageLocation object itself.