KqlScriptResource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. KqlScriptResource
- com.
Implements
public final class KqlScriptResource
implements JsonSerializable<KqlScriptResource>
The KqlScriptResource model.
Constructor Summary
| Constructor | Description |
|---|---|
| KqlScriptResource() |
Creates an instance of Kql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kql |
fromJson(JsonReader jsonReader)
Reads an instance of Kql |
| String |
getId()
Get the id property: The id property. |
| String |
getName()
Get the name property: The name property. |
|
Kql |
getProperties()
Get the properties property: Properties of sql script. |
| String |
getType()
Get the type property: The type property. |
|
Kql |
setId(String id)
Set the id property: The id property. |
|
Kql |
setName(String name)
Set the name property: The name property. |
|
Kql |
setProperties(KqlScript properties)
Set the properties property: Properties of sql script. |
|
Kql |
setType(String type)
Set the type property: The type property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
KqlScriptResource
public KqlScriptResource()
Creates an instance of KqlScriptResource class.
Method Details
fromJson
public static KqlScriptResource fromJson(JsonReader jsonReader)
Reads an instance of KqlScriptResource from the JsonReader.
Parameters:
Returns:
Throws:
getId
public String getId()
Get the id property: The id property.
Returns:
getName
public String getName()
Get the name property: The name property.
Returns:
getProperties
public KqlScript getProperties()
Get the properties property: Properties of sql script.
Returns:
getType
public String getType()
Get the type property: The type property.
Returns:
setId
public KqlScriptResource setId(String id)
Set the id property: The id property.
Parameters:
Returns:
setName
public KqlScriptResource setName(String name)
Set the name property: The name property.
Parameters:
Returns:
setProperties
public KqlScriptResource setProperties(KqlScript properties)
Set the properties property: Properties of sql script.
Parameters:
Returns:
setType
public KqlScriptResource setType(String type)
Set the type property: The type property.
Parameters:
Returns: