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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductContract
apply()
Executes the update request.ProductContract
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithApprovalRequired
withApprovalRequired
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithDescription
withDescription
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithDisplayName
withDisplayName
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithIfMatch
withIfMatch
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithState
withState
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithSubscriptionRequired
withSubscriptionRequired
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithSubscriptionsLimit
withSubscriptionsLimit
-
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.ProductContract.UpdateStages.WithTerms
withTerms
-
-
-
-
Method Detail
-
apply
ProductContract apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
ProductContract apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-