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