Uses of Interface
com.azure.resourcemanager.apimanagement.models.ContentItemContract
Packages that use ContentItemContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ContentItemContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ContentItemContractModifier and TypeMethodDescriptionContentItemContract.Update.apply()Executes the update request.ContentItemContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ContentItemContract.DefinitionStages.WithCreate.create()Executes the create request.ContentItemContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ContentItems.get(String resourceGroupName, String serviceName, String contentTypeId, String contentItemId) Returns the developer portal's content item specified by its identifier.Returns the developer portal's content item specified by its identifier.ContentItemContract.refresh()Refreshes the resource to sync with Azure.ContentItemContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ContentItemContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ContentItemContract> ContentItems.getByIdWithResponse(String id, com.azure.core.util.Context context) Returns the developer portal's content item specified by its identifier.com.azure.core.http.rest.Response<ContentItemContract> ContentItems.getWithResponse(String resourceGroupName, String serviceName, String contentTypeId, String contentItemId, com.azure.core.util.Context context) Returns the developer portal's content item specified by its identifier.com.azure.core.http.rest.PagedIterable<ContentItemContract> ContentItems.listByService(String resourceGroupName, String serviceName, String contentTypeId) Lists developer portal's content items specified by the provided content type.com.azure.core.http.rest.PagedIterable<ContentItemContract> ContentItems.listByService(String resourceGroupName, String serviceName, String contentTypeId, com.azure.core.util.Context context) Lists developer portal's content items specified by the provided content type.