Skip to main content

vpn_link_connections_ike_sas

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

Overview

Namevpn_link_connections_ike_sas
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecsubscriptionId, resourceGroupName, gatewayName, connectionName, linkConnectionNameLists 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.

NameDatatypeDescription
connectionNamestringThe name of the vpn connection.
gatewayNamestringThe name of the gateway.
linkConnectionNamestringThe name of the vpn link connection.
resourceGroupNamestringThe name of the resource group.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

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
;