RoutingIntentCreateOrUpdate interface
Méthodes
| delete(Routing |
Supprime un RoutingIntent. |
| get(Routing |
Récupère les détails d’un RoutingIntent. |
| put(Routing |
Crée une ressource RoutingIntent s’il n’existe pas d’autre mise à jour du routingIntent existant. |
Détails de la méthode
delete(RoutingIntentDeleteParameters)
Supprime un RoutingIntent.
function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>
Paramètres
- options
- RoutingIntentDeleteParameters
Retours
get(RoutingIntentGetParameters)
Récupère les détails d’un RoutingIntent.
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
Paramètres
- options
- RoutingIntentGetParameters
Retours
put(RoutingIntentCreateOrUpdateParameters)
Crée une ressource RoutingIntent s’il n’existe pas d’autre mise à jour du routingIntent existant.
function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>