Interface LinkedServiceResource.Update
-
- All Superinterfaces:
LinkedServiceResource.UpdateStages.WithIfMatch
,LinkedServiceResource.UpdateStages.WithProperties
- Enclosing interface:
- LinkedServiceResource
public static interface LinkedServiceResource.Update extends LinkedServiceResource.UpdateStages.WithProperties, LinkedServiceResource.UpdateStages.WithIfMatch
The template for LinkedServiceResource update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedServiceResource
apply()
Executes the update request.LinkedServiceResource
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.LinkedServiceResource.UpdateStages.WithIfMatch
withIfMatch
-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.LinkedServiceResource.UpdateStages.WithProperties
withProperties
-
-
-
-
Method Detail
-
apply
LinkedServiceResource apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
LinkedServiceResource apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-