RouteTablesDelete interface
Metode
| delete(Route |
Menghapus tabel rute yang ditentukan. |
| get(Route |
Mendapatkan tabel rute yang ditentukan. |
| patch(Route |
Memperbarui tag tabel rute. |
| put(Route |
Membuat atau memperbarui tabel rute dalam grup sumber daya tertentu. |
Detail Metode
delete(RouteTablesDeleteParameters)
Menghapus tabel rute yang ditentukan.
function delete(options: RouteTablesDeleteParameters): StreamableMethod<RouteTablesDelete200Response | RouteTablesDelete202Response | RouteTablesDelete204Response | RouteTablesDeleteDefaultResponse>
Parameter
- options
- RouteTablesDeleteParameters
Mengembalikan
get(RouteTablesGetParameters)
Mendapatkan tabel rute yang ditentukan.
function get(options: RouteTablesGetParameters): StreamableMethod<RouteTablesGet200Response | RouteTablesGetDefaultResponse>
Parameter
- options
- RouteTablesGetParameters
Mengembalikan
patch(RouteTablesUpdateTagsParameters)
Memperbarui tag tabel rute.
function patch(options: RouteTablesUpdateTagsParameters): StreamableMethod<RouteTablesUpdateTags200Response | RouteTablesUpdateTagsDefaultResponse>
Parameter
- options
- RouteTablesUpdateTagsParameters
Mengembalikan
put(RouteTablesCreateOrUpdateParameters)
Membuat atau memperbarui tabel rute dalam grup sumber daya tertentu.
function put(options: RouteTablesCreateOrUpdateParameters): StreamableMethod<RouteTablesCreateOrUpdate200Response | RouteTablesCreateOrUpdate201Response | RouteTablesCreateOrUpdateDefaultResponse>