Interface EdgeModuleEntity.Update
-
- Enclosing interface:
- EdgeModuleEntity
public static interface EdgeModuleEntity.Update
The template for EdgeModuleEntity update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgeModuleEntity
apply()
Executes the update request.EdgeModuleEntity
apply(com.azure.core.util.Context context)
Executes the update request.
-
-
-
Method Detail
-
apply
EdgeModuleEntity apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
EdgeModuleEntity apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-