Uses of Class
com.azure.resourcemanager.datafactory.models.GlobalParameterSpecification
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of GlobalParameterSpecification in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionFactoryInner.globalParameters()
Get the globalParameters property: List of parameters for factory.FactoryProperties.globalParameters()
Get the globalParameters property: List of parameters for factory.GlobalParameterResourceInner.properties()
Get the properties property: Properties of the global parameter.Modifier and TypeMethodDescriptionFactoryInner.withGlobalParameters
(Map<String, GlobalParameterSpecification> globalParameters) Set the globalParameters property: List of parameters for factory.FactoryProperties.withGlobalParameters
(Map<String, GlobalParameterSpecification> globalParameters) Set the globalParameters property: List of parameters for factory.GlobalParameterResourceInner.withProperties
(Map<String, GlobalParameterSpecification> properties) Set the properties property: Properties of the global parameter. -
Uses of GlobalParameterSpecification in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionGlobalParameterSpecification.withType
(GlobalParameterType type) Set the type property: Global Parameter type.Set the value property: Value of parameter.Modifier and TypeMethodDescriptionFactory.globalParameters()
Gets the globalParameters property: List of parameters for factory.GlobalParameterResource.properties()
Gets the properties property: Properties of the global parameter.Modifier and TypeMethodDescriptionFactory.DefinitionStages.WithGlobalParameters.withGlobalParameters
(Map<String, GlobalParameterSpecification> globalParameters) Specifies the globalParameters property: List of parameters for factory..GlobalParameterResource.DefinitionStages.WithProperties.withProperties
(Map<String, GlobalParameterSpecification> properties) Specifies the properties property: Properties of the global parameter..GlobalParameterResource.UpdateStages.WithProperties.withProperties
(Map<String, GlobalParameterSpecification> properties) Specifies the properties property: Properties of the global parameter..