RoutingIntentCreateOrUpdate interface
Métodos
| delete(Routing |
Exclui um RoutingIntent. |
| get(Routing |
Recupera os detalhes de um RoutingIntent. |
| put(Routing |
Cria um recurso RoutingIntent se ele não existir, atualizando o RoutingIntent existente. |
Detalhes do método
delete(RoutingIntentDeleteParameters)
Exclui um RoutingIntent.
function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>
Parâmetros
- options
- RoutingIntentDeleteParameters
Retornos
get(RoutingIntentGetParameters)
Recupera os detalhes de um RoutingIntent.
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
Parâmetros
- options
- RoutingIntentGetParameters
Retornos
put(RoutingIntentCreateOrUpdateParameters)
Cria um recurso RoutingIntent se ele não existir, atualizando o RoutingIntent existente.
function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>