Skip to main content

bastion_shareable_link_by_tokens

Creates, updates, deletes, gets or lists a bastion_shareable_link_by_tokens resource.

Overview

Namebastion_shareable_link_by_tokens
TypeResource
Idazure.network.bastion_shareable_link_by_tokens

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
deleteDELETEbastionHostName, resourceGroupName, subscriptionIdDeletes the Bastion Shareable Links for all the tokens specified in the request.

DELETE example

Deletes the specified bastion_shareable_link_by_tokens resource.

/*+ delete */
DELETE FROM azure.network.bastion_shareable_link_by_tokens
WHERE bastionHostName = '{{ bastionHostName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';