Uses of Class
com.azure.resourcemanager.datafactory.models.VariableSpecification
-
Packages that use VariableSpecification Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of VariableSpecification in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type VariableSpecification Modifier and Type Method Description Map<String,VariableSpecification>
Pipeline. variables()
Get the variables property: List of variables for pipeline.Map<String,VariableSpecification>
PipelineResourceInner. variables()
Get the variables property: List of variables for pipeline.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type VariableSpecification Modifier and Type Method Description Pipeline
Pipeline. withVariables(Map<String,VariableSpecification> variables)
Set the variables property: List of variables for pipeline.PipelineResourceInner
PipelineResourceInner. withVariables(Map<String,VariableSpecification> variables)
Set the variables property: List of variables for pipeline. -
Uses of VariableSpecification in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return VariableSpecification Modifier and Type Method Description VariableSpecification
VariableSpecification. withDefaultValue(Object defaultValue)
Set the defaultValue property: Default value of variable.VariableSpecification
VariableSpecification. withType(VariableType type)
Set the type property: Variable type.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type VariableSpecification Modifier and Type Method Description Map<String,VariableSpecification>
PipelineResource. variables()
Gets the variables property: List of variables for pipeline.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type VariableSpecification Modifier and Type Method Description PipelineResource.DefinitionStages.WithCreate
PipelineResource.DefinitionStages.WithVariables. withVariables(Map<String,VariableSpecification> variables)
Specifies the variables property: List of variables for pipeline..PipelineResource.Update
PipelineResource.UpdateStages.WithVariables. withVariables(Map<String,VariableSpecification> variables)
Specifies the variables property: List of variables for pipeline..
-