DedicatedHostsCreateOrUpdate interface
Methods
| delete(Dedicated |
Delete a dedicated host. |
| get(Dedicated |
Retrieves information about a dedicated host. |
| patch(Dedicated |
Update an dedicated host . |
| put(Dedicated |
Create or update a dedicated host . |
Method Details
delete(DedicatedHostsDeleteParameters)
Delete a dedicated host.
function delete(options: DedicatedHostsDeleteParameters): StreamableMethod<DedicatedHostsDelete200Response | DedicatedHostsDelete202Response | DedicatedHostsDelete204Response | DedicatedHostsDeleteDefaultResponse>
Parameters
- options
- DedicatedHostsDeleteParameters
Returns
get(DedicatedHostsGetParameters)
Retrieves information about a dedicated host.
function get(options: DedicatedHostsGetParameters): StreamableMethod<DedicatedHostsGet200Response | DedicatedHostsGetDefaultResponse>
Parameters
- options
- DedicatedHostsGetParameters
Returns
patch(DedicatedHostsUpdateParameters)
Update an dedicated host .
function patch(options: DedicatedHostsUpdateParameters): StreamableMethod<DedicatedHostsUpdate200Response | DedicatedHostsUpdateDefaultResponse>
Parameters
- options
- DedicatedHostsUpdateParameters
Returns
put(DedicatedHostsCreateOrUpdateParameters)
Create or update a dedicated host .
function put(options: DedicatedHostsCreateOrUpdateParameters): StreamableMethod<DedicatedHostsCreateOrUpdate200Response | DedicatedHostsCreateOrUpdate201Response | DedicatedHostsCreateOrUpdateDefaultResponse>