Uses of Interface
com.azure.resourcemanager.apimanagement.models.ProductContract.Update
Packages that use ProductContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ProductContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductContract.UpdateModifier and TypeMethodDescriptionProductContract.update()Begins update for the ProductContract resource.ProductContract.UpdateStages.WithApprovalRequired.withApprovalRequired(Boolean approvalRequired) Specifies the approvalRequired property: whether subscription approval is required.ProductContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Product description.ProductContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Product name..ProductContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ProductContract.UpdateStages.WithState.withState(ProductState state) Specifies the state property: whether product is published or not.ProductContract.UpdateStages.WithSubscriptionRequired.withSubscriptionRequired(Boolean subscriptionRequired) Specifies the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductContract.UpdateStages.WithSubscriptionsLimit.withSubscriptionsLimit(Integer subscriptionsLimit) Specifies the subscriptionsLimit property: Whether the number of subscriptions a user can have to this product at the same time.Specifies the terms property: Product terms of use.