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