Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAutoUpdate
-
Packages that use IntegrationRuntimeAutoUpdate Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeAutoUpdate in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntimeAutoUpdate Modifier and Type Method Description IntegrationRuntimeAutoUpdate
SelfHostedIntegrationRuntimeStatusTypeProperties. autoUpdate()
Get the autoUpdate property: Whether Self-hosted integration runtime auto update has been turned on. -
Uses of IntegrationRuntimeAutoUpdate in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as IntegrationRuntimeAutoUpdate Modifier and Type Field Description static IntegrationRuntimeAutoUpdate
IntegrationRuntimeAutoUpdate. OFF
Static value Off for IntegrationRuntimeAutoUpdate.static IntegrationRuntimeAutoUpdate
IntegrationRuntimeAutoUpdate. ON
Static value On for IntegrationRuntimeAutoUpdate.Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeAutoUpdate Modifier and Type Method Description IntegrationRuntimeAutoUpdate
SelfHostedIntegrationRuntimeStatus. autoUpdate()
Get the autoUpdate property: Whether Self-hosted integration runtime auto update has been turned on.IntegrationRuntimeAutoUpdate
UpdateIntegrationRuntimeRequest. autoUpdate()
Get the autoUpdate property: Enables or disables the auto-update feature of the self-hosted integration runtime.static IntegrationRuntimeAutoUpdate
IntegrationRuntimeAutoUpdate. fromString(String name)
Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeAutoUpdate Modifier and Type Method Description static Collection<IntegrationRuntimeAutoUpdate>
IntegrationRuntimeAutoUpdate. values()
Gets known IntegrationRuntimeAutoUpdate values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type IntegrationRuntimeAutoUpdate Modifier and Type Method Description IntegrationRuntimeResource.Update
IntegrationRuntimeResource.UpdateStages.WithAutoUpdate. withAutoUpdate(IntegrationRuntimeAutoUpdate autoUpdate)
Specifies the autoUpdate property: Enables or disables the auto-update feature of the self-hosted integration runtime.UpdateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest. withAutoUpdate(IntegrationRuntimeAutoUpdate autoUpdate)
Set the autoUpdate property: Enables or disables the auto-update feature of the self-hosted integration runtime.
-