Uses of Interface
com.azure.resourcemanager.apimanagement.models.PortalRevisionContract
Packages that use PortalRevisionContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PortalRevisionContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalRevisionContractModifier and TypeMethodDescriptionPortalRevisionContract.Update.apply()Executes the update request.PortalRevisionContract.Update.apply(com.azure.core.util.Context context) Executes the update request.PortalRevisionContract.DefinitionStages.WithCreate.create()Executes the create request.PortalRevisionContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the developer portal's revision specified by its identifier.Gets the developer portal's revision specified by its identifier.PortalRevisionContract.refresh()Refreshes the resource to sync with Azure.PortalRevisionContract.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 PortalRevisionContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PortalRevisionContract> PortalRevisions.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the developer portal's revision specified by its identifier.com.azure.core.http.rest.Response<PortalRevisionContract> PortalRevisions.getWithResponse(String resourceGroupName, String serviceName, String portalRevisionId, com.azure.core.util.Context context) Gets the developer portal's revision specified by its identifier.com.azure.core.http.rest.PagedIterable<PortalRevisionContract> PortalRevisions.listByService(String resourceGroupName, String serviceName) Lists developer portal's revisions.com.azure.core.http.rest.PagedIterable<PortalRevisionContract> PortalRevisions.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists developer portal's revisions.