Uses of Interface
com.azure.resourcemanager.apimanagement.models.PortalDelegationSettings
Packages that use PortalDelegationSettings
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PortalDelegationSettings in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalDelegationSettingsModifier and TypeMethodDescriptionDelegationSettings.createOrUpdate(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters) Create or Update Delegation settings.Get Delegation Settings for the Portal.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PortalDelegationSettingsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PortalDelegationSettings> DelegationSettings.createOrUpdateWithResponse(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch, com.azure.core.util.Context context) Create or Update Delegation settings.com.azure.core.http.rest.Response<PortalDelegationSettings> DelegationSettings.getWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Get Delegation Settings for the Portal.