Uses of Class
com.azure.resourcemanager.datafactory.models.SsisVariable
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SsisVariable in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSsisVariable.withDataType
(String dataType) Set the dataType property: Variable type.SsisVariable.withDescription
(String description) Set the description property: Variable description.Set the id property: Variable id.Set the name property: Variable name.SsisVariable.withSensitive
(Boolean sensitive) Set the sensitive property: Whether variable is sensitive.SsisVariable.withSensitiveValue
(String sensitiveValue) Set the sensitiveValue property: Variable sensitive value.Set the value property: Variable value.Modifier and TypeMethodDescriptionSsisEnvironment.variables()
Get the variables property: Variable in environment.Modifier and TypeMethodDescriptionSsisEnvironment.withVariables
(List<SsisVariable> variables) Set the variables property: Variable in environment.