Interface Project.Update
- All Superinterfaces:
Project.UpdateStages.WithDescription
,Project.UpdateStages.WithDevCenterId
,Project.UpdateStages.WithTags
- Enclosing interface:
- Project
public static interface Project.Update
extends Project.UpdateStages.WithTags, Project.UpdateStages.WithDevCenterId, Project.UpdateStages.WithDescription
The template for Project update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Project.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Project.UpdateStages.WithDevCenterId
withDevCenterId
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Project.UpdateStages.WithTags
withTags
-
Method Details
-
apply
Project apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-