BigDataPoolParametrizationReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. BigDataPoolParametrizationReference
- com.
Implements
public final class BigDataPoolParametrizationReference
implements JsonSerializable<BigDataPoolParametrizationReference>
Big data pool reference type.
Constructor Summary
| Constructor | Description |
|---|---|
| BigDataPoolParametrizationReference() |
Creates an instance of Big |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Big |
fromJson(JsonReader jsonReader)
Reads an instance of Big |
| Object |
referenceName()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Big |
type()
Get the type property: Big data pool reference type. |
| void |
validate()
Validates the instance. |
|
Big |
withReferenceName(Object referenceName)
Set the reference |
|
Big |
withType(BigDataPoolReferenceType type)
Set the type property: Big data pool reference type. |
Methods inherited from java.lang.Object
Constructor Details
BigDataPoolParametrizationReference
public BigDataPoolParametrizationReference()
Creates an instance of BigDataPoolParametrizationReference class.
Method Details
fromJson
public static BigDataPoolParametrizationReference fromJson(JsonReader jsonReader)
Reads an instance of BigDataPoolParametrizationReference from the JsonReader.
Parameters:
Returns:
Throws:
referenceName
public Object referenceName()
Get the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).
Returns:
toJson
type
public BigDataPoolReferenceType type()
Get the type property: Big data pool reference type.
Returns:
validate
public void validate()
Validates the instance.
withReferenceName
public BigDataPoolParametrizationReference withReferenceName(Object referenceName)
Set the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).
Parameters:
Returns:
withType
public BigDataPoolParametrizationReference withType(BigDataPoolReferenceType type)
Set the type property: Big data pool reference type.
Parameters:
Returns: