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