Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ProductContractProperties
Packages that use ProductContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of ProductContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductContractPropertiesModifier and TypeMethodDescriptionstatic ProductContractPropertiesProductContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductContractProperties from the JsonReader.ProductContractProperties.withApprovalRequired(Boolean approvalRequired) Set the approvalRequired property: whether subscription approval is required.ProductContractProperties.withDescription(String description) Set the description property: Product description.ProductContractProperties.withDisplayName(String displayName) Set the displayName property: Product name.ProductContractProperties.withState(ProductState state) Set the state property: whether product is published or not.ProductContractProperties.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductContractProperties.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.