Uses of Interface
com.azure.resourcemanager.apimanagement.models.PortalConfigContract
Packages that use PortalConfigContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigContractModifier and TypeMethodDescriptionPortalConfigContract.Update.apply()Executes the update request.PortalConfigContract.Update.apply(com.azure.core.util.Context context) Executes the update request.PortalConfigContract.DefinitionStages.WithCreate.create()Executes the create request.PortalConfigContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get the developer portal configuration.Get the developer portal configuration.PortalConfigContract.refresh()Refreshes the resource to sync with Azure.PortalConfigContract.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 PortalConfigContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PortalConfigContract> PortalConfigs.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the developer portal configuration.com.azure.core.http.rest.Response<PortalConfigContract> PortalConfigs.getWithResponse(String resourceGroupName, String serviceName, String portalConfigId, com.azure.core.util.Context context) Get the developer portal configuration.com.azure.core.http.rest.PagedIterable<PortalConfigContract> PortalConfigs.listByService(String resourceGroupName, String serviceName) Lists the developer portal configurations.com.azure.core.http.rest.PagedIterable<PortalConfigContract> PortalConfigs.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists the developer portal configurations.