Uses of Interface
com.azure.resourcemanager.apimanagement.models.ProductContract
Packages that use ProductContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ProductContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductContractModifier and TypeMethodDescriptionProductContract.Update.apply()Executes the update request.ProductContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ProductContract.DefinitionStages.WithCreate.create()Executes the create request.ProductContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceProducts.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.WorkspaceProducts.get(String resourceGroupName, String serviceName, String workspaceId, String productId) Gets the details of the product specified by its identifier.Gets the details of the product specified by its identifier.ProductContract.refresh()Refreshes the resource to sync with Azure.ProductContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceProducts.update(String resourceGroupName, String serviceName, String workspaceId, String productId, String ifMatch, ProductUpdateParameters parameters) Update existing product details.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ProductContractModifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<ProductContract> Products.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the product specified by its identifier.com.azure.core.http.rest.Response<ProductContract> Products.getWithResponse(String resourceGroupName, String serviceName, String productId, com.azure.core.util.Context context) Gets the details of the product specified by its identifier.com.azure.core.http.rest.Response<ProductContract> WorkspaceProducts.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, com.azure.core.util.Context context) Gets the details of the product specified by its identifier.com.azure.core.http.rest.PagedIterable<ProductContract> ApiProducts.listByApis(String resourceGroupName, String serviceName, String apiId) Lists all Products, which the API is part of.com.azure.core.http.rest.PagedIterable<ProductContract> ApiProducts.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<ProductContract> Products.listByService(String resourceGroupName, String serviceName) Lists a collection of products in the specified service instance.com.azure.core.http.rest.PagedIterable<ProductContract> Products.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<ProductContract> WorkspaceProducts.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<ProductContract> WorkspaceProducts.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.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.