virtual_network_gateway_connections_ike_sas
Creates, updates, deletes, gets or lists a virtual_network_gateway_connections_ike_sas
resource.
Overview
Name | virtual_network_gateway_connections_ike_sas |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | exec | resourceGroupName , virtualNetworkGatewayConnectionName , subscriptionId | Lists 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.
Name | Datatype | Description |
---|---|---|
resourceGroupName | string | The name of the resource group. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
virtualNetworkGatewayConnectionName | string | The name of the virtual network gateway Connection. |
Lifecycle Methods
- get
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
;