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