IntegrationRuntimeResource.UpdateStages.WithAutoUpdate Interface

public static interface IntegrationRuntimeResource.UpdateStages.WithAutoUpdate

The stage of the IntegrationRuntimeResource update allowing to specify autoUpdate.

Method Summary

Modifier and Type Method and Description
abstract Update withAutoUpdate(IntegrationRuntimeAutoUpdate autoUpdate)

Specifies the autoUpdate property: Enables or disables the auto-update feature of the self-hosted integration runtime.

Method Details

withAutoUpdate

public abstract IntegrationRuntimeResource.Update withAutoUpdate(IntegrationRuntimeAutoUpdate autoUpdate)

Specifies 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:

autoUpdate - Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189.

Returns:

the next definition stage.

Applies to