Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ProductContractInner
Packages that use ProductContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ProductContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ProductContractInnerModifier and TypeMethodDescriptionProductsClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, ProductContractInner parameters) Creates or Updates a product.WorkspaceProductsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, ProductContractInner parameters) Creates or Updates a product.Gets the details of the product specified by its identifier.WorkspaceProductsClient.get(String resourceGroupName, String serviceName, String workspaceId, String productId) Gets the details of the product specified by its identifier.ProductsClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ProductContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ProductContractInner> ApiProductsClient.listByApis(String resourceGroupName, String serviceName, String apiId) Lists all Products, which the API is part of.com.azure.core.http.rest.PagedIterable<ProductContractInner> ApiProductsClient.listByApis(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all Products, which the API is part of.com.azure.core.http.rest.PagedIterable<ProductContractInner> ProductsClient.listByService(String resourceGroupName, String serviceName) Lists a collection of products in the specified service instance.com.azure.core.http.rest.PagedIterable<ProductContractInner> ProductsClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean expandGroups, String tags, com.azure.core.util.Context context) Lists a collection of products in the specified service instance.com.azure.core.http.rest.PagedIterable<ProductContractInner> WorkspaceProductsClient.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of products in the specified workspace in a service instance.com.azure.core.http.rest.PagedIterable<ProductContractInner> WorkspaceProductsClient.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, Boolean expandGroups, String tags, com.azure.core.util.Context context) Lists a collection of products in the specified workspace in a service instance.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ProductContractInnerModifier and TypeMethodDescriptionProductsClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, ProductContractInner parameters) Creates or Updates a product.WorkspaceProductsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, ProductContractInner parameters) Creates or Updates a product.ProductsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, ProductContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a product.WorkspaceProductsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, ProductContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a product. -
Uses of ProductContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductContractInnerModifier and TypeMethodDescriptionstatic ProductContractInnerProductContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductContractInner from the JsonReader.ProductContractInner.withApprovalRequired(Boolean approvalRequired) Set the approvalRequired property: whether subscription approval is required.ProductContractInner.withDescription(String description) Set the description property: Product description.ProductContractInner.withDisplayName(String displayName) Set the displayName property: Product name.ProductContractInner.withState(ProductState state) Set the state property: whether product is published or not.ProductContractInner.withSubscriptionRequired(Boolean subscriptionRequired) Set the subscriptionRequired property: Whether a product subscription is required for accessing APIs included in this product.ProductContractInner.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. -
Uses of ProductContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductContractInnerModifier and TypeMethodDescriptionProductsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ProductsGetResponse.getValue()Gets the deserialized response body.ProductsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceProductsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceProductsGetResponse.getValue()Gets the deserialized response body.WorkspaceProductsUpdateResponse.getValue()Gets the deserialized response body.ProductContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ProductContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ProductContractInnerMethods in com.azure.resourcemanager.apimanagement.models with parameters of type ProductContractInnerModifier and TypeMethodDescriptionWorkspaceProducts.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, ProductContractInner parameters) Creates or Updates a product.com.azure.core.http.rest.Response<ProductContract> WorkspaceProducts.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, ProductContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a product.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ProductContractInnerModifier and TypeMethodDescriptionProductCollection.withValue(List<ProductContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type ProductContractInnerModifierConstructorDescriptionProductsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductContractInner value, ProductsCreateOrUpdateHeaders headers) Creates an instance of ProductsCreateOrUpdateResponse.ProductsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductContractInner value, ProductsGetHeaders headers) Creates an instance of ProductsGetResponse.ProductsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductContractInner value, ProductsUpdateHeaders headers) Creates an instance of ProductsUpdateResponse.WorkspaceProductsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductContractInner value, WorkspaceProductsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceProductsCreateOrUpdateResponse.WorkspaceProductsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductContractInner value, WorkspaceProductsGetHeaders headers) Creates an instance of WorkspaceProductsGetResponse.WorkspaceProductsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductContractInner value, WorkspaceProductsUpdateHeaders headers) Creates an instance of WorkspaceProductsUpdateResponse.