BastionHostsDelete interface
Methods
| delete(Bastion |
Deletes the specified Bastion Host. |
| get(Bastion |
Gets the specified Bastion Host. |
| patch(Bastion |
Updates Tags for BastionHost resource |
| put(Bastion |
Creates or updates the specified Bastion Host. |
Method Details
delete(BastionHostsDeleteParameters)
Deletes the specified Bastion Host.
function delete(options: BastionHostsDeleteParameters): StreamableMethod<BastionHostsDelete200Response | BastionHostsDelete202Response | BastionHostsDelete204Response | BastionHostsDeleteDefaultResponse>
Parameters
- options
- BastionHostsDeleteParameters
Returns
get(BastionHostsGetParameters)
Gets the specified Bastion Host.
function get(options: BastionHostsGetParameters): StreamableMethod<BastionHostsGet200Response | BastionHostsGetDefaultResponse>
Parameters
- options
- BastionHostsGetParameters
Returns
patch(BastionHostsUpdateTagsParameters)
Updates Tags for BastionHost resource
function patch(options: BastionHostsUpdateTagsParameters): StreamableMethod<BastionHostsUpdateTags200Response | BastionHostsUpdateTags202Response | BastionHostsUpdateTagsDefaultResponse>
Parameters
- options
- BastionHostsUpdateTagsParameters
Returns
put(BastionHostsCreateOrUpdateParameters)
Creates or updates the specified Bastion Host.
function put(options: BastionHostsCreateOrUpdateParameters): StreamableMethod<BastionHostsCreateOrUpdate200Response | BastionHostsCreateOrUpdate201Response | BastionHostsCreateOrUpdateDefaultResponse>