SqlPoolColumnInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. SqlPoolColumnInner
- com.
- com.
public final class SqlPoolColumnInner
extends ProxyResource
A Sql pool column resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlPoolColumnInner() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Column |
columnType()
Get the column |
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isComputed()
Get the is |
| String |
name()
Get the name property: The name of the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Sql |
withColumnType(ColumnDataType columnType)
Set the column |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SqlPoolColumnInner
public SqlPoolColumnInner()
Creates an instance of SqlPoolColumnInner class.
Method Details
columnType
public ColumnDataType columnType()
Get the columnType property: The column data type.
Returns:
fromJson
public static SqlPoolColumnInner fromJson(JsonReader jsonReader)
Reads an instance of SqlPoolColumnInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SqlPoolColumnInner.id()Returns:
isComputed
public Boolean isComputed()
Get the isComputed property: Indicates whether column value is computed or not.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SqlPoolColumnInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SqlPoolColumnInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SqlPoolColumnInner.type()Returns:
validate
public void validate()
Validates the instance.
withColumnType
public SqlPoolColumnInner withColumnType(ColumnDataType columnType)
Set the columnType property: The column data type.
Parameters:
Returns: