Uses of Class
com.azure.resourcemanager.datafactory.models.VariableSpecification
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of VariableSpecification in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionPipeline.variables()
Get the variables property: List of variables for pipeline.PipelineResourceInner.variables()
Get the variables property: List of variables for pipeline.Modifier and TypeMethodDescriptionPipeline.withVariables
(Map<String, VariableSpecification> variables) Set the variables property: List of variables for pipeline.PipelineResourceInner.withVariables
(Map<String, VariableSpecification> variables) Set the variables property: List of variables for pipeline. -
Uses of VariableSpecification in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionVariableSpecification.withDefaultValue
(Object defaultValue) Set the defaultValue property: Default value of variable.VariableSpecification.withType
(VariableType type) Set the type property: Variable type.Modifier and TypeMethodDescriptionPipelineResource.variables()
Gets the variables property: List of variables for pipeline.Modifier and TypeMethodDescriptionPipelineResource.DefinitionStages.WithVariables.withVariables
(Map<String, VariableSpecification> variables) Specifies the variables property: List of variables for pipeline..PipelineResource.UpdateStages.WithVariables.withVariables
(Map<String, VariableSpecification> variables) Specifies the variables property: List of variables for pipeline..