1. Packages
  2. Azure Native
  3. API Docs
  4. network
  5. listVirtualNetworkGatewayRadiusSecrets
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.10.1 published on Friday, Nov 7, 2025 by Pulumi
azure-native logo
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.10.1 published on Friday, Nov 7, 2025 by Pulumi

    List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.

    Uses Azure REST API version 2024-10-01.

    Using listVirtualNetworkGatewayRadiusSecrets

    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 listVirtualNetworkGatewayRadiusSecrets(args: ListVirtualNetworkGatewayRadiusSecretsArgs, opts?: InvokeOptions): Promise<ListVirtualNetworkGatewayRadiusSecretsResult>
    function listVirtualNetworkGatewayRadiusSecretsOutput(args: ListVirtualNetworkGatewayRadiusSecretsOutputArgs, opts?: InvokeOptions): Output<ListVirtualNetworkGatewayRadiusSecretsResult>
    def list_virtual_network_gateway_radius_secrets(resource_group_name: Optional[str] = None,
                                                    virtual_network_gateway_name: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> ListVirtualNetworkGatewayRadiusSecretsResult
    def list_virtual_network_gateway_radius_secrets_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                    virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[ListVirtualNetworkGatewayRadiusSecretsResult]
    func ListVirtualNetworkGatewayRadiusSecrets(ctx *Context, args *ListVirtualNetworkGatewayRadiusSecretsArgs, opts ...InvokeOption) (*ListVirtualNetworkGatewayRadiusSecretsResult, error)
    func ListVirtualNetworkGatewayRadiusSecretsOutput(ctx *Context, args *ListVirtualNetworkGatewayRadiusSecretsOutputArgs, opts ...InvokeOption) ListVirtualNetworkGatewayRadiusSecretsResultOutput

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

    public static class ListVirtualNetworkGatewayRadiusSecrets 
    {
        public static Task<ListVirtualNetworkGatewayRadiusSecretsResult> InvokeAsync(ListVirtualNetworkGatewayRadiusSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListVirtualNetworkGatewayRadiusSecretsResult> Invoke(ListVirtualNetworkGatewayRadiusSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListVirtualNetworkGatewayRadiusSecretsResult> listVirtualNetworkGatewayRadiusSecrets(ListVirtualNetworkGatewayRadiusSecretsArgs args, InvokeOptions options)
    public static Output<ListVirtualNetworkGatewayRadiusSecretsResult> listVirtualNetworkGatewayRadiusSecrets(ListVirtualNetworkGatewayRadiusSecretsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:network:listVirtualNetworkGatewayRadiusSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VirtualNetworkGatewayName string
    The name of the virtual network gateway.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    VirtualNetworkGatewayName string
    The name of the virtual network gateway.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    virtualNetworkGatewayName String
    The name of the virtual network gateway.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    virtualNetworkGatewayName string
    The name of the virtual network gateway.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    virtual_network_gateway_name str
    The name of the virtual network gateway.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    virtualNetworkGatewayName String
    The name of the virtual network gateway.

    listVirtualNetworkGatewayRadiusSecrets Result

    The following output properties are available:

    NextLink string
    URL to get the next set of operation list results if there are any.
    Value List<Pulumi.AzureNative.Network.Outputs.RadiusAuthServerResponse>
    List of Radius servers with respective radius secrets.
    NextLink string
    URL to get the next set of operation list results if there are any.
    Value []RadiusAuthServerResponse
    List of Radius servers with respective radius secrets.
    nextLink String
    URL to get the next set of operation list results if there are any.
    value List<RadiusAuthServerResponse>
    List of Radius servers with respective radius secrets.
    nextLink string
    URL to get the next set of operation list results if there are any.
    value RadiusAuthServerResponse[]
    List of Radius servers with respective radius secrets.
    next_link str
    URL to get the next set of operation list results if there are any.
    value Sequence[RadiusAuthServerResponse]
    List of Radius servers with respective radius secrets.
    nextLink String
    URL to get the next set of operation list results if there are any.
    value List<Property Map>
    List of Radius servers with respective radius secrets.

    Supporting Types

    RadiusAuthServerResponse

    RadiusServerAddress string
    Radius server IPAddress
    RadiusServerSecret string
    Radius server secret
    RadiusServerAddress string
    Radius server IPAddress
    RadiusServerSecret string
    Radius server secret
    radiusServerAddress String
    Radius server IPAddress
    radiusServerSecret String
    Radius server secret
    radiusServerAddress string
    Radius server IPAddress
    radiusServerSecret string
    Radius server secret
    radius_server_address str
    Radius server IPAddress
    radius_server_secret str
    Radius server secret
    radiusServerAddress String
    Radius server IPAddress
    radiusServerSecret String
    Radius server secret

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.10.1 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate