KqlScriptContentCurrentConnection Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. KqlScriptContentCurrentConnection
- com.
Implements
public final class KqlScriptContentCurrentConnection
implements JsonSerializable<KqlScriptContentCurrentConnection>
The KqlScriptContentCurrentConnection model.
Constructor Summary
| Constructor | Description |
|---|---|
| KqlScriptContentCurrentConnection() |
Creates an instance of Kql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kql |
fromJson(JsonReader jsonReader)
Reads an instance of Kql |
| String |
getDatabaseName()
Get the database |
| String |
getName()
Get the name property: The name property. |
| String |
getPoolName()
Get the pool |
| String |
getType()
Get the type property: The type property. |
|
Kql |
setDatabaseName(String databaseName)
Set the database |
|
Kql |
setName(String name)
Set the name property: The name property. |
|
Kql |
setPoolName(String poolName)
Set the pool |
|
Kql |
setType(String type)
Set the type property: The type property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
KqlScriptContentCurrentConnection
public KqlScriptContentCurrentConnection()
Creates an instance of KqlScriptContentCurrentConnection class.
Method Details
fromJson
public static KqlScriptContentCurrentConnection fromJson(JsonReader jsonReader)
Reads an instance of KqlScriptContentCurrentConnection from the JsonReader.
Parameters:
Returns:
Throws:
getDatabaseName
public String getDatabaseName()
Get the databaseName property: The databaseName property.
Returns:
getName
public String getName()
Get the name property: The name property.
Returns:
getPoolName
public String getPoolName()
Get the poolName property: The poolName property.
Returns:
getType
public String getType()
Get the type property: The type property.
Returns:
setDatabaseName
public KqlScriptContentCurrentConnection setDatabaseName(String databaseName)
Set the databaseName property: The databaseName property.
Parameters:
Returns:
setName
public KqlScriptContentCurrentConnection setName(String name)
Set the name property: The name property.
Parameters:
Returns:
setPoolName
public KqlScriptContentCurrentConnection setPoolName(String poolName)
Set the poolName property: The poolName property.
Parameters:
Returns:
setType
public KqlScriptContentCurrentConnection setType(String type)
Set the type property: The type property.
Parameters:
Returns: