Interface GroupContract.Update
- All Superinterfaces:
GroupContract.UpdateStages.WithDescription,GroupContract.UpdateStages.WithDisplayName,GroupContract.UpdateStages.WithExternalId,GroupContract.UpdateStages.WithIfMatch,GroupContract.UpdateStages.WithType
- Enclosing interface:
GroupContract
public static interface GroupContract.Update
extends GroupContract.UpdateStages.WithDisplayName, GroupContract.UpdateStages.WithDescription, GroupContract.UpdateStages.WithType, GroupContract.UpdateStages.WithExternalId, GroupContract.UpdateStages.WithIfMatch
The template for GroupContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GroupContract.UpdateStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GroupContract.UpdateStages.WithDisplayName
withDisplayNameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GroupContract.UpdateStages.WithExternalId
withExternalIdMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GroupContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GroupContract.UpdateStages.WithType
withType
-
Method Details
-
apply
GroupContract 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.
-