Class GlobalParameterSpecification
java.lang.Object
com.azure.resourcemanager.datafactory.models.GlobalParameterSpecification
Definition of a single parameter for an entity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of GlobalParameterSpecification class. -
Method Summary
Modifier and TypeMethodDescriptiontype()
Get the type property: Global Parameter type.void
validate()
Validates the instance.value()
Get the value property: Value of parameter.withType
(GlobalParameterType type) Set the type property: Global Parameter type.Set the value property: Value of parameter.
-
Constructor Details
-
GlobalParameterSpecification
public GlobalParameterSpecification()Creates an instance of GlobalParameterSpecification class.
-
-
Method Details
-
type
Get the type property: Global Parameter type.- Returns:
- the type value.
-
withType
Set the type property: Global Parameter type.- Parameters:
type
- the type value to set.- Returns:
- the GlobalParameterSpecification object itself.
-
value
Get the value property: Value of parameter.- Returns:
- the value value.
-
withValue
Set the value property: Value of parameter.- Parameters:
value
- the value value to set.- Returns:
- the GlobalParameterSpecification object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-