Uses of Class
com.azure.communication.phonenumbers.siprouting.models.SipTrunkRoute
Packages that use SipTrunkRoute
Package
Description
Package containing the implementations and inner classes for AzureCommunicationSIPRoutingService.
Package containing classes for SipRoutingAdminClient.
-
Uses of SipTrunkRoute in com.azure.communication.phonenumbers.siprouting
Methods in com.azure.communication.phonenumbers.siprouting that return types with arguments of type SipTrunkRouteModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<SipTrunkRoute>SipRoutingAsyncClient.listRoutes()Lists SIP Trunk Routes.com.azure.core.http.rest.PagedIterable<SipTrunkRoute>SipRoutingClient.listRoutes()Lists SIP Trunk Routes.Method parameters in com.azure.communication.phonenumbers.siprouting with type arguments of type SipTrunkRouteModifier and TypeMethodDescriptionSipRoutingAsyncClient.setRoutes(List<SipTrunkRoute> routes) Sets SIP Trunk Routes.voidSipRoutingClient.setRoutes(List<SipTrunkRoute> routes) Sets SIP Trunk Routes.SipRoutingAsyncClient.setRoutesWithResponse(List<SipTrunkRoute> routes) Sets SIP Trunk Routes.com.azure.core.http.rest.Response<Void>SipRoutingClient.setRoutesWithResponse(List<SipTrunkRoute> routes, com.azure.core.util.Context context) Sets SIP Trunk Routes. -
Uses of SipTrunkRoute in com.azure.communication.phonenumbers.siprouting.models
Methods in com.azure.communication.phonenumbers.siprouting.models that return SipTrunkRouteModifier and TypeMethodDescriptionSipTrunkRoute.setDescription(String description) Set the description property: Gets or sets description of the route.Set the trunks property: Gets or sets list of SIP trunks for routing calls.