1. Packages
  2. Azure Native
  3. API Docs
  4. network
  5. getVpnLinkConnectionIkeSas
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.network.getVpnLinkConnectionIkeSas

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.

Uses Azure REST API version 2024-05-01.

Other available API versions: 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the version guide for details.

Using getVpnLinkConnectionIkeSas

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getVpnLinkConnectionIkeSas(args: GetVpnLinkConnectionIkeSasArgs, opts?: InvokeOptions): Promise<GetVpnLinkConnectionIkeSasResult>
function getVpnLinkConnectionIkeSasOutput(args: GetVpnLinkConnectionIkeSasOutputArgs, opts?: InvokeOptions): Output<GetVpnLinkConnectionIkeSasResult>
Copy
def get_vpn_link_connection_ike_sas(connection_name: Optional[str] = None,
                                    gateway_name: Optional[str] = None,
                                    link_connection_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetVpnLinkConnectionIkeSasResult
def get_vpn_link_connection_ike_sas_output(connection_name: Optional[pulumi.Input[str]] = None,
                                    gateway_name: Optional[pulumi.Input[str]] = None,
                                    link_connection_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetVpnLinkConnectionIkeSasResult]
Copy
func GetVpnLinkConnectionIkeSas(ctx *Context, args *GetVpnLinkConnectionIkeSasArgs, opts ...InvokeOption) (*GetVpnLinkConnectionIkeSasResult, error)
func GetVpnLinkConnectionIkeSasOutput(ctx *Context, args *GetVpnLinkConnectionIkeSasOutputArgs, opts ...InvokeOption) GetVpnLinkConnectionIkeSasResultOutput
Copy

> Note: This function is named GetVpnLinkConnectionIkeSas in the Go SDK.

public static class GetVpnLinkConnectionIkeSas 
{
    public static Task<GetVpnLinkConnectionIkeSasResult> InvokeAsync(GetVpnLinkConnectionIkeSasArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnLinkConnectionIkeSasResult> Invoke(GetVpnLinkConnectionIkeSasInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVpnLinkConnectionIkeSasResult> getVpnLinkConnectionIkeSas(GetVpnLinkConnectionIkeSasArgs args, InvokeOptions options)
public static Output<GetVpnLinkConnectionIkeSasResult> getVpnLinkConnectionIkeSas(GetVpnLinkConnectionIkeSasArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:network:getVpnLinkConnectionIkeSas
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vpn connection.
GatewayName
This property is required.
Changes to this property will trigger replacement.
string
The name of the gateway.
LinkConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vpn link connection.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vpn connection.
GatewayName
This property is required.
Changes to this property will trigger replacement.
string
The name of the gateway.
LinkConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vpn link connection.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vpn connection.
gatewayName
This property is required.
Changes to this property will trigger replacement.
String
The name of the gateway.
linkConnectionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vpn link connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
connectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vpn connection.
gatewayName
This property is required.
Changes to this property will trigger replacement.
string
The name of the gateway.
linkConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the vpn link connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
connection_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the vpn connection.
gateway_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the gateway.
link_connection_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the vpn link connection.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vpn connection.
gatewayName
This property is required.
Changes to this property will trigger replacement.
String
The name of the gateway.
linkConnectionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the vpn link connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.

getVpnLinkConnectionIkeSas Result

The following output properties are available:

Value string
Value string
value String
value string
value str
value String

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi