Skip to main content

virtual_network_gateway_connections_ike_sas

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

Overview

Namevirtual_network_gateway_connections_ike_sas
TypeResource
Idazure.network.virtual_network_gateway_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
getexecresourceGroupName, virtualNetworkGatewayConnectionName, subscriptionIdLists IKE Security Associations for the virtual network gateway 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
resourceGroupNamestringThe name of the resource group.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.
virtualNetworkGatewayConnectionNamestringThe name of the virtual network gateway Connection.

Lifecycle Methods

Lists IKE Security Associations for the virtual network gateway connection in the specified resource group.

EXEC azure.network.virtual_network_gateway_connections_ike_sas.get 
@resourceGroupName='{{ resourceGroupName }}' --required,
@virtualNetworkGatewayConnectionName='{{ virtualNetworkGatewayConnectionName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;