BastionHostsDelete interface
Méthodes
| delete(Bastion |
Supprime l’hôte Bastion spécifié. |
| get(Bastion |
Obtient l’hôte Bastion spécifié. |
| patch(Bastion |
Mises à jour des balises pour la ressource BastionHost |
| put(Bastion |
Crée ou met à jour l’hôte Bastion spécifié. |
Détails de la méthode
delete(BastionHostsDeleteParameters)
Supprime l’hôte Bastion spécifié.
function delete(options: BastionHostsDeleteParameters): StreamableMethod<BastionHostsDelete200Response | BastionHostsDelete202Response | BastionHostsDelete204Response | BastionHostsDeleteDefaultResponse>
Paramètres
- options
- BastionHostsDeleteParameters
Retours
get(BastionHostsGetParameters)
Obtient l’hôte Bastion spécifié.
function get(options: BastionHostsGetParameters): StreamableMethod<BastionHostsGet200Response | BastionHostsGetDefaultResponse>
Paramètres
- options
- BastionHostsGetParameters
Retours
patch(BastionHostsUpdateTagsParameters)
Mises à jour des balises pour la ressource BastionHost
function patch(options: BastionHostsUpdateTagsParameters): StreamableMethod<BastionHostsUpdateTags200Response | BastionHostsUpdateTags202Response | BastionHostsUpdateTagsDefaultResponse>
Paramètres
- options
- BastionHostsUpdateTagsParameters
Retours
put(BastionHostsCreateOrUpdateParameters)
Crée ou met à jour l’hôte Bastion spécifié.
function put(options: BastionHostsCreateOrUpdateParameters): StreamableMethod<BastionHostsCreateOrUpdate200Response | BastionHostsCreateOrUpdate201Response | BastionHostsCreateOrUpdateDefaultResponse>