Interface IntegrationRuntimeResource.Update
-
- All Superinterfaces:
IntegrationRuntimeResource.UpdateStages.WithAutoUpdate
,IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset
- Enclosing interface:
- IntegrationRuntimeResource
public static interface IntegrationRuntimeResource.Update extends IntegrationRuntimeResource.UpdateStages.WithAutoUpdate, IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset
The template for IntegrationRuntimeResource update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationRuntimeResource
apply()
Executes the update request.IntegrationRuntimeResource
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.IntegrationRuntimeResource.UpdateStages.WithAutoUpdate
withAutoUpdate
-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.IntegrationRuntimeResource.UpdateStages.WithUpdateDelayOffset
withUpdateDelayOffset
-
-
-
-
Method Detail
-
apply
IntegrationRuntimeResource apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
IntegrationRuntimeResource apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-