RouteTablesDelete interface
Metodi
| delete(Route |
Elimina la tabella di route specificata. |
| get(Route |
Ottiene la tabella di route specificata. |
| patch(Route |
Aggiorna i tag di una tabella di route. |
| put(Route |
Creare o aggiornare una tabella di route in un gruppo di risorse specificato. |
Dettagli metodo
delete(RouteTablesDeleteParameters)
Elimina la tabella di route specificata.
function delete(options: RouteTablesDeleteParameters): StreamableMethod<RouteTablesDelete200Response | RouteTablesDelete202Response | RouteTablesDelete204Response | RouteTablesDeleteDefaultResponse>
Parametri
- options
- RouteTablesDeleteParameters
Restituisce
get(RouteTablesGetParameters)
Ottiene la tabella di route specificata.
function get(options: RouteTablesGetParameters): StreamableMethod<RouteTablesGet200Response | RouteTablesGetDefaultResponse>
Parametri
- options
- RouteTablesGetParameters
Restituisce
patch(RouteTablesUpdateTagsParameters)
Aggiorna i tag di una tabella di route.
function patch(options: RouteTablesUpdateTagsParameters): StreamableMethod<RouteTablesUpdateTags200Response | RouteTablesUpdateTagsDefaultResponse>
Parametri
- options
- RouteTablesUpdateTagsParameters
Restituisce
put(RouteTablesCreateOrUpdateParameters)
Creare o aggiornare una tabella di route in un gruppo di risorse specificato.
function put(options: RouteTablesCreateOrUpdateParameters): StreamableMethod<RouteTablesCreateOrUpdate200Response | RouteTablesCreateOrUpdate201Response | RouteTablesCreateOrUpdateDefaultResponse>