UpdateIntegrationRuntimeRequest Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. UpdateIntegrationRuntimeRequest
- com.
Implements
public final class UpdateIntegrationRuntimeRequest
implements JsonSerializable<UpdateIntegrationRuntimeRequest>
Update integration runtime request.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateIntegrationRuntimeRequest() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Integration |
autoUpdate()
Get the auto |
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
updateDelayOffset()
Get the update |
| void |
validate()
Validates the instance. |
|
Update |
withAutoUpdate(IntegrationRuntimeAutoUpdate autoUpdate)
Set the auto |
|
Update |
withUpdateDelayOffset(String updateDelayOffset)
Set the update |
Methods inherited from java.lang.Object
Constructor Details
UpdateIntegrationRuntimeRequest
public UpdateIntegrationRuntimeRequest()
Creates an instance of UpdateIntegrationRuntimeRequest class.
Method Details
autoUpdate
public IntegrationRuntimeAutoUpdate autoUpdate()
Get the autoUpdate property: Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189.
Returns:
fromJson
public static UpdateIntegrationRuntimeRequest fromJson(JsonReader jsonReader)
Reads an instance of UpdateIntegrationRuntimeRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
updateDelayOffset
public String updateDelayOffset()
Get the updateDelayOffset property: The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.
Returns:
validate
public void validate()
Validates the instance.
withAutoUpdate
public UpdateIntegrationRuntimeRequest withAutoUpdate(IntegrationRuntimeAutoUpdate autoUpdate)
Set the autoUpdate property: Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189.
Parameters:
Returns:
withUpdateDelayOffset
public UpdateIntegrationRuntimeRequest withUpdateDelayOffset(String updateDelayOffset)
Set the updateDelayOffset property: The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time.
Parameters:
Returns: