Uses of Class
com.azure.resourcemanager.datafactory.models.SsisVariable
-
Packages that use SsisVariable Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SsisVariable in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisVariable Modifier and Type Method Description SsisVariable
SsisVariable. withDataType(String dataType)
Set the dataType property: Variable type.SsisVariable
SsisVariable. withDescription(String description)
Set the description property: Variable description.SsisVariable
SsisVariable. withId(Long id)
Set the id property: Variable id.SsisVariable
SsisVariable. withName(String name)
Set the name property: Variable name.SsisVariable
SsisVariable. withSensitive(Boolean sensitive)
Set the sensitive property: Whether variable is sensitive.SsisVariable
SsisVariable. withSensitiveValue(String sensitiveValue)
Set the sensitiveValue property: Variable sensitive value.SsisVariable
SsisVariable. withValue(String value)
Set the value property: Variable value.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type SsisVariable Modifier and Type Method Description List<SsisVariable>
SsisEnvironment. variables()
Get the variables property: Variable in environment.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type SsisVariable Modifier and Type Method Description SsisEnvironment
SsisEnvironment. withVariables(List<SsisVariable> variables)
Set the variables property: Variable in environment.
-