Interface ProductContract.Update
- All Superinterfaces:
ProductContract.UpdateStages.WithApprovalRequired,ProductContract.UpdateStages.WithDescription,ProductContract.UpdateStages.WithDisplayName,ProductContract.UpdateStages.WithIfMatch,ProductContract.UpdateStages.WithState,ProductContract.UpdateStages.WithSubscriptionRequired,ProductContract.UpdateStages.WithSubscriptionsLimit,ProductContract.UpdateStages.WithTerms
- Enclosing interface:
ProductContract
public static interface ProductContract.Update
extends ProductContract.UpdateStages.WithDisplayName, ProductContract.UpdateStages.WithDescription, ProductContract.UpdateStages.WithTerms, ProductContract.UpdateStages.WithSubscriptionRequired, ProductContract.UpdateStages.WithApprovalRequired, ProductContract.UpdateStages.WithSubscriptionsLimit, ProductContract.UpdateStages.WithState, ProductContract.UpdateStages.WithIfMatch
The template for ProductContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithApprovalRequired
withApprovalRequiredMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithDisplayName
withDisplayNameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithState
withStateMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithSubscriptionRequired
withSubscriptionRequiredMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithSubscriptionsLimit
withSubscriptionsLimitMethods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithTerms
withTerms
-
Method Details
-
apply
ProductContract 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.
-