Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeEdition
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeEdition in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeEdition
IntegrationRuntimeEdition.ENTERPRISE
Static value Enterprise for IntegrationRuntimeEdition.static final IntegrationRuntimeEdition
IntegrationRuntimeEdition.STANDARD
Static value Standard for IntegrationRuntimeEdition.Modifier and TypeMethodDescriptionIntegrationRuntimeSsisProperties.edition()
Get the edition property: The edition for the SSIS Integration Runtime.static IntegrationRuntimeEdition
IntegrationRuntimeEdition.fromString
(String name) Creates or finds a IntegrationRuntimeEdition from its string representation.Modifier and TypeMethodDescriptionstatic Collection<IntegrationRuntimeEdition>
IntegrationRuntimeEdition.values()
Gets known IntegrationRuntimeEdition values.Modifier and TypeMethodDescriptionIntegrationRuntimeSsisProperties.withEdition
(IntegrationRuntimeEdition edition) Set the edition property: The edition for the SSIS Integration Runtime.