1. Packages
  2. Azure Native v2
  3. API Docs
  4. network
  5. getVirtualNetworkGatewayConnectionIkeSas
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.network.getVirtualNetworkGatewayConnectionIkeSas

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Lists IKE Security Associations for the virtual network gateway connection in the specified resource group. Azure REST API version: 2023-02-01.

Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.

Using getVirtualNetworkGatewayConnectionIkeSas

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 getVirtualNetworkGatewayConnectionIkeSas(args: GetVirtualNetworkGatewayConnectionIkeSasArgs, opts?: InvokeOptions): Promise<GetVirtualNetworkGatewayConnectionIkeSasResult>
function getVirtualNetworkGatewayConnectionIkeSasOutput(args: GetVirtualNetworkGatewayConnectionIkeSasOutputArgs, opts?: InvokeOptions): Output<GetVirtualNetworkGatewayConnectionIkeSasResult>
Copy
def get_virtual_network_gateway_connection_ike_sas(resource_group_name: Optional[str] = None,
                                                   virtual_network_gateway_connection_name: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetVirtualNetworkGatewayConnectionIkeSasResult
def get_virtual_network_gateway_connection_ike_sas_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                   virtual_network_gateway_connection_name: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetVirtualNetworkGatewayConnectionIkeSasResult]
Copy
func GetVirtualNetworkGatewayConnectionIkeSas(ctx *Context, args *GetVirtualNetworkGatewayConnectionIkeSasArgs, opts ...InvokeOption) (*GetVirtualNetworkGatewayConnectionIkeSasResult, error)
func GetVirtualNetworkGatewayConnectionIkeSasOutput(ctx *Context, args *GetVirtualNetworkGatewayConnectionIkeSasOutputArgs, opts ...InvokeOption) GetVirtualNetworkGatewayConnectionIkeSasResultOutput
Copy

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

public static class GetVirtualNetworkGatewayConnectionIkeSas 
{
    public static Task<GetVirtualNetworkGatewayConnectionIkeSasResult> InvokeAsync(GetVirtualNetworkGatewayConnectionIkeSasArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualNetworkGatewayConnectionIkeSasResult> Invoke(GetVirtualNetworkGatewayConnectionIkeSasInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVirtualNetworkGatewayConnectionIkeSasResult> getVirtualNetworkGatewayConnectionIkeSas(GetVirtualNetworkGatewayConnectionIkeSasArgs args, InvokeOptions options)
public static Output<GetVirtualNetworkGatewayConnectionIkeSasResult> getVirtualNetworkGatewayConnectionIkeSas(GetVirtualNetworkGatewayConnectionIkeSasArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:network:getVirtualNetworkGatewayConnectionIkeSas
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
VirtualNetworkGatewayConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the virtual network gateway Connection.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
VirtualNetworkGatewayConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the virtual network gateway Connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
virtualNetworkGatewayConnectionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the virtual network gateway Connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
virtualNetworkGatewayConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name of the virtual network gateway Connection.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
virtual_network_gateway_connection_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the virtual network gateway Connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
virtualNetworkGatewayConnectionName
This property is required.
Changes to this property will trigger replacement.
String
The name of the virtual network gateway Connection.

getVirtualNetworkGatewayConnectionIkeSas Result

The following output properties are available:

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

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi