Uses of Class
com.azure.resourcemanager.datafactory.models.DynamicsSinkWriteBehavior
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DynamicsSinkWriteBehavior in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final DynamicsSinkWriteBehavior
DynamicsSinkWriteBehavior.UPSERT
Static value Upsert for DynamicsSinkWriteBehavior.Modifier and TypeMethodDescriptionstatic DynamicsSinkWriteBehavior
DynamicsSinkWriteBehavior.fromString
(String name) Creates or finds a DynamicsSinkWriteBehavior from its string representation.CommonDataServiceForAppsSink.writeBehavior()
Get the writeBehavior property: The write behavior for the operation.DynamicsCrmSink.writeBehavior()
Get the writeBehavior property: The write behavior for the operation.DynamicsSink.writeBehavior()
Get the writeBehavior property: The write behavior for the operation.Modifier and TypeMethodDescriptionstatic Collection<DynamicsSinkWriteBehavior>
DynamicsSinkWriteBehavior.values()
Gets known DynamicsSinkWriteBehavior values.Modifier and TypeMethodDescriptionCommonDataServiceForAppsSink.withWriteBehavior
(DynamicsSinkWriteBehavior writeBehavior) Set the writeBehavior property: The write behavior for the operation.DynamicsCrmSink.withWriteBehavior
(DynamicsSinkWriteBehavior writeBehavior) Set the writeBehavior property: The write behavior for the operation.DynamicsSink.withWriteBehavior
(DynamicsSinkWriteBehavior writeBehavior) Set the writeBehavior property: The write behavior for the operation.