RoutingIntentCreateOrUpdate interface
Métodos
| delete(Routing |
Elimina un objeto RoutingIntent. |
| get(Routing |
Recupera los detalles de routingIntent. |
| put(Routing |
Crea un recurso RoutingIntent si no existe, actualiza el objeto RoutingIntent existente. |
Detalles del método
delete(RoutingIntentDeleteParameters)
Elimina un objeto RoutingIntent.
function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>
Parámetros
- options
- RoutingIntentDeleteParameters
Devoluciones
get(RoutingIntentGetParameters)
Recupera los detalles de routingIntent.
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
Parámetros
- options
- RoutingIntentGetParameters
Devoluciones
put(RoutingIntentCreateOrUpdateParameters)
Crea un recurso RoutingIntent si no existe, actualiza el objeto RoutingIntent existente.
function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>