bastion_shareable_link_by_tokens
Creates, updates, deletes, gets or lists a bastion_shareable_link_by_tokens resource.
Overview
| Name | bastion_shareable_link_by_tokens |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
delete | exec | resourceGroupName, bastionHostName, subscriptionId | Deletes 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.
| Name | Datatype | Description |
|---|---|---|
bastionHostName | string | The name of the Bastion Host. |
resourceGroupName | string | The name of the resource group. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- delete
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 }}"
}'
;