Interface Factory.Update
-
- All Superinterfaces:
Factory.UpdateStages.WithIdentity
,Factory.UpdateStages.WithPublicNetworkAccess
,Factory.UpdateStages.WithTags
- Enclosing interface:
- Factory
public static interface Factory.Update extends Factory.UpdateStages.WithTags, Factory.UpdateStages.WithIdentity, Factory.UpdateStages.WithPublicNetworkAccess
The template for Factory update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Factory
apply()
Executes the update request.Factory
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.Factory.UpdateStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.Factory.UpdateStages.WithPublicNetworkAccess
withPublicNetworkAccess
-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.Factory.UpdateStages.WithTags
withTags
-
-