Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntime
-
Packages that use IntegrationRuntime 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 IntegrationRuntime in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntime Modifier and Type Method Description IntegrationRuntime
IntegrationRuntimeResourceInner. properties()
Get the properties property: Integration runtime properties.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type IntegrationRuntime Modifier and Type Method Description IntegrationRuntimeResourceInner
IntegrationRuntimeResourceInner. withProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties. -
Uses of IntegrationRuntime in com.azure.resourcemanager.datafactory.models
Subclasses of IntegrationRuntime in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
ManagedIntegrationRuntime
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.class
SelfHostedIntegrationRuntime
Self-hosted integration runtime.Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntime Modifier and Type Method Description IntegrationRuntime
IntegrationRuntimeDebugResource. properties()
Get the properties property: Integration runtime properties.IntegrationRuntime
IntegrationRuntimeResource. properties()
Gets the properties property: Integration runtime properties.IntegrationRuntime
IntegrationRuntime. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.IntegrationRuntime
IntegrationRuntime. withDescription(String description)
Set the description property: Integration runtime description.Methods in com.azure.resourcemanager.datafactory.models with parameters of type IntegrationRuntime Modifier and Type Method Description IntegrationRuntimeDebugResource
IntegrationRuntimeDebugResource. withProperties(IntegrationRuntime properties)
Set the properties property: Integration runtime properties.IntegrationRuntimeResource.DefinitionStages.WithCreate
IntegrationRuntimeResource.DefinitionStages.WithProperties. withProperties(IntegrationRuntime properties)
Specifies the properties property: Integration runtime properties..
-