SsisPackageLocation Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. SsisPackageLocation
- com.
Implements
public final class SsisPackageLocation
implements JsonSerializable<SsisPackageLocation>
SSIS package location.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisPackageLocation() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Ssis |
accessCredential()
Get the access |
|
List<Ssis |
childPackages()
Get the child |
|
Ssis |
configurationAccessCredential()
Get the configuration |
| Object |
configurationPath()
Get the configuration |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Object |
packageContent()
Get the package |
| String |
packageLastModifiedDate()
Get the package |
| String |
packageName()
Get the package |
|
Secret |
packagePassword()
Get the package |
| Object |
packagePath()
Get the package |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Ssis |
type()
Get the type property: The type of SSIS package location. |
| void |
validate()
Validates the instance. |
|
Ssis |
withAccessCredential(SsisAccessCredential accessCredential)
Set the access |
|
Ssis |
withChildPackages(List<SsisChildPackage> childPackages)
Set the child |
|
Ssis |
withConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential)
Set the configuration |
|
Ssis |
withConfigurationPath(Object configurationPath)
Set the configuration |
|
Ssis |
withPackageContent(Object packageContent)
Set the package |
|
Ssis |
withPackageLastModifiedDate(String packageLastModifiedDate)
Set the package |
|
Ssis |
withPackageName(String packageName)
Set the package |
|
Ssis |
withPackagePassword(SecretBase packagePassword)
Set the package |
|
Ssis |
withPackagePath(Object packagePath)
Set the package |
|
Ssis |
withType(SsisPackageLocationType type)
Set the type property: The type of SSIS package location. |
Methods inherited from java.lang.Object
Constructor Details
SsisPackageLocation
public SsisPackageLocation()
Creates an instance of SsisPackageLocation class.
Method Details
accessCredential
public SsisAccessCredential accessCredential()
Get the accessCredential property: The package access credential.
Returns:
childPackages
public List<SsisChildPackage> childPackages()
Get the childPackages property: The embedded child package list.
Returns:
configurationAccessCredential
public SsisAccessCredential configurationAccessCredential()
Get the configurationAccessCredential property: The configuration file access credential.
Returns:
configurationPath
public Object configurationPath()
Get the configurationPath property: The configuration file of the package execution. Type: string (or Expression with resultType string).
Returns:
fromJson
public static SsisPackageLocation fromJson(JsonReader jsonReader)
Reads an instance of SsisPackageLocation from the JsonReader.
Parameters:
Returns:
Throws:
packageContent
public Object packageContent()
Get the packageContent property: The embedded package content. Type: string (or Expression with resultType string).
Returns:
packageLastModifiedDate
public String packageLastModifiedDate()
Get the packageLastModifiedDate property: The embedded package last modified date.
Returns:
packageName
public String packageName()
Get the packageName property: The package name.
Returns:
packagePassword
public SecretBase packagePassword()
Get the packagePassword property: Password of the package.
Returns:
packagePath
public Object packagePath()
Get the packagePath property: The SSIS package path. Type: string (or Expression with resultType string).
Returns:
toJson
type
public SsisPackageLocationType type()
Get the type property: The type of SSIS package location.
Returns:
validate
public void validate()
Validates the instance.
withAccessCredential
public SsisPackageLocation withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package access credential.
Parameters:
Returns:
withChildPackages
public SsisPackageLocation withChildPackages(List<SsisChildPackage> childPackages)
Set the childPackages property: The embedded child package list.
Parameters:
Returns:
withConfigurationAccessCredential
public SsisPackageLocation withConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential)
Set the configurationAccessCredential property: The configuration file access credential.
Parameters:
Returns:
withConfigurationPath
public SsisPackageLocation withConfigurationPath(Object configurationPath)
Set the configurationPath property: The configuration file of the package execution. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPackageContent
public SsisPackageLocation withPackageContent(Object packageContent)
Set the packageContent property: The embedded package content. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPackageLastModifiedDate
public SsisPackageLocation withPackageLastModifiedDate(String packageLastModifiedDate)
Set the packageLastModifiedDate property: The embedded package last modified date.
Parameters:
Returns:
withPackageName
public SsisPackageLocation withPackageName(String packageName)
Set the packageName property: The package name.
Parameters:
Returns:
withPackagePassword
public SsisPackageLocation withPackagePassword(SecretBase packagePassword)
Set the packagePassword property: Password of the package.
Parameters:
Returns:
withPackagePath
public SsisPackageLocation withPackagePath(Object packagePath)
Set the packagePath property: The SSIS package path. Type: string (or Expression with resultType string).
Parameters:
Returns:
withType
public SsisPackageLocation withType(SsisPackageLocationType type)
Set the type property: The type of SSIS package location.
Parameters:
Returns: