Uses of Class
com.azure.resourcemanager.apimanagement.models.ProductUpdateParameters
Packages that use ProductUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ProductUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ProductUpdateParametersModifier and TypeMethodDescriptionProductsClient.update(String resourceGroupName, String serviceName, String productId, String ifMatch, ProductUpdateParameters parameters) Update existing product details.WorkspaceProductsClient.update(String resourceGroupName, String serviceName, String workspaceId, String productId, String ifMatch, ProductUpdateParameters parameters) Update existing product details.ProductsClient.updateWithResponse(String resourceGroupName, String serviceName, String productId, String ifMatch, ProductUpdateParameters parameters, com.azure.core.util.Context context) Update existing product details.WorkspaceProductsClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String ifMatch, ProductUpdateParameters parameters, com.azure.core.util.Context context) Update existing product details. -
Uses of ProductUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductUpdateParametersModifier and TypeMethodDescriptionstatic ProductUpdateParametersProductUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductUpdateParameters from the JsonReader.ProductUpdateParameters.withApprovalRequired(Boolean approvalRequired) Set the approvalRequired property: whether subscription approval is required.ProductUpdateParameters.withDescription(String description) Set the description property: Product description.ProductUpdateParameters.withDisplayName(String displayName) Set the displayName property: Product name.ProductUpdateParameters.withState(ProductState state) Set the state property: whether product is published or not.ProductUpdateParameters.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductUpdateParameters.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.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ProductUpdateParametersModifier and TypeMethodDescriptionWorkspaceProducts.update(String resourceGroupName, String serviceName, String workspaceId, String productId, String ifMatch, ProductUpdateParameters parameters) Update existing product details.com.azure.core.http.rest.Response<ProductContract> WorkspaceProducts.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String ifMatch, ProductUpdateParameters parameters, com.azure.core.util.Context context) Update existing product details.