Class SsisPropertyOverride
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisPropertyOverride
SSIS property override.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the isSensitive property: Whether SSIS package property override value is sensitive data.void
validate()
Validates the instance.value()
Get the value property: SSIS package property override value.withIsSensitive
(Boolean isSensitive) Set the isSensitive property: Whether SSIS package property override value is sensitive data.Set the value property: SSIS package property override value.
-
Constructor Details
-
SsisPropertyOverride
public SsisPropertyOverride()Creates an instance of SsisPropertyOverride class.
-
-
Method Details
-
value
Get the value property: SSIS package property override value. Type: string (or Expression with resultType string).- Returns:
- the value value.
-
withValue
Set the value property: SSIS package property override value. Type: string (or Expression with resultType string).- Parameters:
value
- the value value to set.- Returns:
- the SsisPropertyOverride object itself.
-
isSensitive
Get the isSensitive property: Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true.- Returns:
- the isSensitive value.
-
withIsSensitive
Set the isSensitive property: Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true.- Parameters:
isSensitive
- the isSensitive value to set.- Returns:
- the SsisPropertyOverride object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-