Uses of Class
com.azure.resourcemanager.apimanagement.models.ProductEntityBaseParameters
Packages that use ProductEntityBaseParameters
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ProductEntityBaseParameters in com.azure.resourcemanager.apimanagement.fluent.models
Modifier and TypeClassDescriptionfinal classProduct profile.final classParameters supplied to the Update Product operation. -
Uses of ProductEntityBaseParameters in com.azure.resourcemanager.apimanagement.models
Modifier and TypeClassDescriptionfinal classProduct profile.Methods in com.azure.resourcemanager.apimanagement.models that return ProductEntityBaseParametersModifier and TypeMethodDescriptionstatic ProductEntityBaseParametersProductEntityBaseParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductEntityBaseParameters from the JsonReader.ProductEntityBaseParameters.withApprovalRequired(Boolean approvalRequired) Set the approvalRequired property: whether subscription approval is required.ProductEntityBaseParameters.withDescription(String description) Set the description property: Product description.ProductEntityBaseParameters.withState(ProductState state) Set the state property: whether product is published or not.ProductEntityBaseParameters.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductEntityBaseParameters.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.