EnableInteractiveQueryRequest Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. EnableInteractiveQueryRequest
- com.
Implements
public final class EnableInteractiveQueryRequest
implements JsonSerializable<EnableInteractiveQueryRequest>
The enable the interactive authoring information.
Constructor Summary
| Constructor | Description |
|---|---|
| EnableInteractiveQueryRequest() |
Creates an instance of Enable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
autoTerminationMinutes()
Get the auto |
|
static
Enable |
fromJson(JsonReader jsonReader)
Reads an instance of Enable |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Enable |
withAutoTerminationMinutes(Integer autoTerminationMinutes)
Set the auto |
Methods inherited from java.lang.Object
Constructor Details
EnableInteractiveQueryRequest
public EnableInteractiveQueryRequest()
Creates an instance of EnableInteractiveQueryRequest class.
Method Details
autoTerminationMinutes
public Integer autoTerminationMinutes()
Get the autoTerminationMinutes property: The allowed idle time for interactive authoring.
Returns:
fromJson
public static EnableInteractiveQueryRequest fromJson(JsonReader jsonReader)
Reads an instance of EnableInteractiveQueryRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withAutoTerminationMinutes
public EnableInteractiveQueryRequest withAutoTerminationMinutes(Integer autoTerminationMinutes)
Set the autoTerminationMinutes property: The allowed idle time for interactive authoring.
Parameters:
Returns: