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