DedicatedHostsCreateOrUpdate interface
Méthodes
| delete(Dedicated |
Supprimez un hôte dédié. |
| get(Dedicated |
Récupère des informations sur un hôte dédié. |
| patch(Dedicated |
Mettez à jour un hôte dédié. |
| put(Dedicated |
Créez ou mettez à jour un hôte dédié. |
Détails de la méthode
delete(DedicatedHostsDeleteParameters)
Supprimez un hôte dédié.
function delete(options: DedicatedHostsDeleteParameters): StreamableMethod<DedicatedHostsDelete200Response | DedicatedHostsDelete202Response | DedicatedHostsDelete204Response | DedicatedHostsDeleteDefaultResponse>
Paramètres
- options
- DedicatedHostsDeleteParameters
Retours
get(DedicatedHostsGetParameters)
Récupère des informations sur un hôte dédié.
function get(options: DedicatedHostsGetParameters): StreamableMethod<DedicatedHostsGet200Response | DedicatedHostsGetDefaultResponse>
Paramètres
- options
- DedicatedHostsGetParameters
Retours
patch(DedicatedHostsUpdateParameters)
Mettez à jour un hôte dédié.
function patch(options: DedicatedHostsUpdateParameters): StreamableMethod<DedicatedHostsUpdate200Response | DedicatedHostsUpdateDefaultResponse>
Paramètres
- options
- DedicatedHostsUpdateParameters
Retours
put(DedicatedHostsCreateOrUpdateParameters)
Créez ou mettez à jour un hôte dédié.
function put(options: DedicatedHostsCreateOrUpdateParameters): StreamableMethod<DedicatedHostsCreateOrUpdate200Response | DedicatedHostsCreateOrUpdate201Response | DedicatedHostsCreateOrUpdateDefaultResponse>