BigDataPoolReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. BigDataPoolReference
- com.
Implements
public final class BigDataPoolReference
implements JsonSerializable<BigDataPoolReference>
Big data pool reference.
Constructor Summary
| Constructor | Description |
|---|---|
| BigDataPoolReference() |
Creates an instance of Big |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Big |
fromJson(JsonReader jsonReader)
Reads an instance of Big |
| String |
getReferenceName()
Get the reference |
|
Big |
getType()
Get the type property: Big data pool reference type. |
|
Big |
setReferenceName(String referenceName)
Set the reference |
|
Big |
setType(BigDataPoolReferenceType type)
Set the type property: Big data pool reference type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
BigDataPoolReference
public BigDataPoolReference()
Creates an instance of BigDataPoolReference class.
Method Details
fromJson
public static BigDataPoolReference fromJson(JsonReader jsonReader)
Reads an instance of BigDataPoolReference from the JsonReader.
Parameters:
Returns:
Throws:
getReferenceName
public String getReferenceName()
Get the referenceName property: Reference big data pool name.
Returns:
getType
public BigDataPoolReferenceType getType()
Get the type property: Big data pool reference type.
Returns:
setReferenceName
public BigDataPoolReference setReferenceName(String referenceName)
Set the referenceName property: Reference big data pool name.
Parameters:
Returns:
setType
public BigDataPoolReference setType(BigDataPoolReferenceType type)
Set the type property: Big data pool reference type.
Parameters:
Returns: