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

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
deleteexecresourceGroupName, bastionHostName, subscriptionIdDeletes the Bastion Shareable Links for all the tokens specified in the request.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
bastionHostNamestringThe name of the Bastion Host.
resourceGroupNamestringThe name of the resource group.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

Deletes the Bastion Shareable Links for all the tokens specified in the request.

EXEC azure.network.bastion_shareable_link_by_tokens.delete 
@resourceGroupName='{{ resourceGroupName }}' --required,
@bastionHostName='{{ bastionHostName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
"tokens": "{{ tokens }}"
}'
;