Uses of Interface
com.azure.resourcemanager.apimanagement.models.ContentTypeContract
Packages that use ContentTypeContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ContentTypeContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ContentTypeContractModifier and TypeMethodDescriptionContentTypeContract.Update.apply()Executes the update request.ContentTypeContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ContentTypeContract.DefinitionStages.WithCreate.create()Executes the create request.ContentTypeContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the developer portal's content type.Gets the details of the developer portal's content type.ContentTypeContract.refresh()Refreshes the resource to sync with Azure.ContentTypeContract.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 ContentTypeContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ContentTypeContract> ContentTypes.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the developer portal's content type.com.azure.core.http.rest.Response<ContentTypeContract> ContentTypes.getWithResponse(String resourceGroupName, String serviceName, String contentTypeId, com.azure.core.util.Context context) Gets the details of the developer portal's content type.com.azure.core.http.rest.PagedIterable<ContentTypeContract> ContentTypes.listByService(String resourceGroupName, String serviceName) Lists the developer portal's content types.com.azure.core.http.rest.PagedIterable<ContentTypeContract> ContentTypes.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists the developer portal's content types.