Class SsisVariable
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisVariable
Ssis variable.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondataType()
Get the dataType property: Variable type.Get the description property: Variable description.id()
Get the id property: Variable id.name()
Get the name property: Variable name.Get the sensitive property: Whether variable is sensitive.Get the sensitiveValue property: Variable sensitive value.void
validate()
Validates the instance.value()
Get the value property: Variable value.withDataType
(String dataType) Set the dataType property: Variable type.withDescription
(String description) Set the description property: Variable description.Set the id property: Variable id.Set the name property: Variable name.withSensitive
(Boolean sensitive) Set the sensitive property: Whether variable is sensitive.withSensitiveValue
(String sensitiveValue) Set the sensitiveValue property: Variable sensitive value.Set the value property: Variable value.
-
Constructor Details
-
SsisVariable
public SsisVariable()Creates an instance of SsisVariable class.
-
-
Method Details
-
id
Get the id property: Variable id.- Returns:
- the id value.
-
withId
Set the id property: Variable id.- Parameters:
id
- the id value to set.- Returns:
- the SsisVariable object itself.
-
name
Get the name property: Variable name.- Returns:
- the name value.
-
withName
Set the name property: Variable name.- Parameters:
name
- the name value to set.- Returns:
- the SsisVariable object itself.
-
description
Get the description property: Variable description.- Returns:
- the description value.
-
withDescription
Set the description property: Variable description.- Parameters:
description
- the description value to set.- Returns:
- the SsisVariable object itself.
-
dataType
Get the dataType property: Variable type.- Returns:
- the dataType value.
-
withDataType
Set the dataType property: Variable type.- Parameters:
dataType
- the dataType value to set.- Returns:
- the SsisVariable object itself.
-
sensitive
Get the sensitive property: Whether variable is sensitive.- Returns:
- the sensitive value.
-
withSensitive
Set the sensitive property: Whether variable is sensitive.- Parameters:
sensitive
- the sensitive value to set.- Returns:
- the SsisVariable object itself.
-
value
Get the value property: Variable value.- Returns:
- the value value.
-
withValue
Set the value property: Variable value.- Parameters:
value
- the value value to set.- Returns:
- the SsisVariable object itself.
-
sensitiveValue
Get the sensitiveValue property: Variable sensitive value.- Returns:
- the sensitiveValue value.
-
withSensitiveValue
Set the sensitiveValue property: Variable sensitive value.- Parameters:
sensitiveValue
- the sensitiveValue value to set.- Returns:
- the SsisVariable object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-