DedicatedHostsCreateOrUpdate interface
Métodos
| delete(Dedicated |
Elimine un host dedicado. |
| get(Dedicated |
Recupera información sobre un host dedicado. |
| patch(Dedicated |
Actualice un host dedicado. |
| put(Dedicated |
Cree o actualice un host dedicado. |
Detalles del método
delete(DedicatedHostsDeleteParameters)
Elimine un host dedicado.
function delete(options: DedicatedHostsDeleteParameters): StreamableMethod<DedicatedHostsDelete200Response | DedicatedHostsDelete202Response | DedicatedHostsDelete204Response | DedicatedHostsDeleteDefaultResponse>
Parámetros
- options
- DedicatedHostsDeleteParameters
Devoluciones
get(DedicatedHostsGetParameters)
Recupera información sobre un host dedicado.
function get(options: DedicatedHostsGetParameters): StreamableMethod<DedicatedHostsGet200Response | DedicatedHostsGetDefaultResponse>
Parámetros
- options
- DedicatedHostsGetParameters
Devoluciones
patch(DedicatedHostsUpdateParameters)
Actualice un host dedicado.
function patch(options: DedicatedHostsUpdateParameters): StreamableMethod<DedicatedHostsUpdate200Response | DedicatedHostsUpdateDefaultResponse>
Parámetros
- options
- DedicatedHostsUpdateParameters
Devoluciones
put(DedicatedHostsCreateOrUpdateParameters)
Cree o actualice un host dedicado.
function put(options: DedicatedHostsCreateOrUpdateParameters): StreamableMethod<DedicatedHostsCreateOrUpdate200Response | DedicatedHostsCreateOrUpdate201Response | DedicatedHostsCreateOrUpdateDefaultResponse>