Class BigDataPoolParametrizationReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.BigDataPoolParametrizationReference
Big data pool reference type.
-
Constructor Summary
ConstructorDescriptionCreates an instance of BigDataPoolParametrizationReference class. -
Method Summary
Modifier and TypeMethodDescriptionGet the referenceName property: Reference big data pool name.type()
Get the type property: Big data pool reference type.void
validate()
Validates the instance.withReferenceName
(Object referenceName) Set the referenceName property: Reference big data pool name.Set the type property: Big data pool reference type.
-
Constructor Details
-
BigDataPoolParametrizationReference
public BigDataPoolParametrizationReference()Creates an instance of BigDataPoolParametrizationReference class.
-
-
Method Details
-
type
Get the type property: Big data pool reference type.- Returns:
- the type value.
-
withType
Set the type property: Big data pool reference type.- Parameters:
type
- the type value to set.- Returns:
- the BigDataPoolParametrizationReference object itself.
-
referenceName
Get the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the BigDataPoolParametrizationReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-