Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ProductUpdateProperties
Packages that use ProductUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of ProductUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductUpdatePropertiesModifier and TypeMethodDescriptionstatic ProductUpdatePropertiesProductUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductUpdateProperties from the JsonReader.ProductUpdateProperties.withApprovalRequired(Boolean approvalRequired) Set the approvalRequired property: whether subscription approval is required.ProductUpdateProperties.withDescription(String description) Set the description property: Product description.ProductUpdateProperties.withDisplayName(String displayName) Set the displayName property: Product name.ProductUpdateProperties.withState(ProductState state) Set the state property: whether product is published or not.ProductUpdateProperties.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductUpdateProperties.withSubscriptionsLimit(Integer subscriptionsLimit) Set the subscriptionsLimit property: Whether the number of subscriptions a user can have to this product at the same time.Set the terms property: Product terms of use.