vpn_link_connections_ike_sas
Creates, updates, deletes, gets or lists a vpn_link_connections_ike_sas resource.
Overview
| Name | vpn_link_connections_ike_sas |
| Type | Resource |
| Id | azure.network.vpn_link_connections_ike_sas |
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 |
|---|---|---|---|---|
get | exec | subscriptionId, resourceGroupName, gatewayName, connectionName, linkConnectionName | Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group. |
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 |
|---|---|---|
connectionName | string | The name of the vpn connection. |
gatewayName | string | The name of the gateway. |
linkConnectionName | string | The name of the vpn link connection. |
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
- get
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
EXEC azure.network.vpn_link_connections_ike_sas.get
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@gatewayName='{{ gatewayName }}' --required,
@connectionName='{{ connectionName }}' --required,
@linkConnectionName='{{ linkConnectionName }}' --required
;