Uses of Class
com.azure.resourcemanager.apimanagement.models.ProductTagResourceContractProperties
Packages that use ProductTagResourceContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ProductTagResourceContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductTagResourceContractPropertiesModifier and TypeMethodDescriptionTagResourceContractInner.product()Get the product property: Product associated with the tag.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ProductTagResourceContractPropertiesModifier and TypeMethodDescriptionTagResourceContractInner.withProduct(ProductTagResourceContractProperties product) Set the product property: Product associated with the tag. -
Uses of ProductTagResourceContractProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductTagResourceContractPropertiesModifier and TypeMethodDescriptionProductTagResourceContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductTagResourceContractProperties from the JsonReader.TagResourceContract.product()Gets the product property: Product associated with the tag.ProductTagResourceContractProperties.withApprovalRequired(Boolean approvalRequired) Set the approvalRequired property: whether subscription approval is required.ProductTagResourceContractProperties.withDescription(String description) Set the description property: Product description.Set the id property: Identifier of the product in the form of /products/{productId}.Set the name property: Product name.ProductTagResourceContractProperties.withState(ProductState state) Set the state property: whether product is published or not.ProductTagResourceContractProperties.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductTagResourceContractProperties.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.