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
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 VpnServerConfiguration.
Uses Azure REST API version 2024-10-01.
Using listVpnServerConfigurationRadiusSecrets
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 listVpnServerConfigurationRadiusSecrets(args: ListVpnServerConfigurationRadiusSecretsArgs, opts?: InvokeOptions): Promise<ListVpnServerConfigurationRadiusSecretsResult>
function listVpnServerConfigurationRadiusSecretsOutput(args: ListVpnServerConfigurationRadiusSecretsOutputArgs, opts?: InvokeOptions): Output<ListVpnServerConfigurationRadiusSecretsResult>def list_vpn_server_configuration_radius_secrets(resource_group_name: Optional[str] = None,
vpn_server_configuration_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListVpnServerConfigurationRadiusSecretsResult
def list_vpn_server_configuration_radius_secrets_output(resource_group_name: Optional[pulumi.Input[str]] = None,
vpn_server_configuration_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListVpnServerConfigurationRadiusSecretsResult]func ListVpnServerConfigurationRadiusSecrets(ctx *Context, args *ListVpnServerConfigurationRadiusSecretsArgs, opts ...InvokeOption) (*ListVpnServerConfigurationRadiusSecretsResult, error)
func ListVpnServerConfigurationRadiusSecretsOutput(ctx *Context, args *ListVpnServerConfigurationRadiusSecretsOutputArgs, opts ...InvokeOption) ListVpnServerConfigurationRadiusSecretsResultOutput> Note: This function is named ListVpnServerConfigurationRadiusSecrets in the Go SDK.
public static class ListVpnServerConfigurationRadiusSecrets
{
public static Task<ListVpnServerConfigurationRadiusSecretsResult> InvokeAsync(ListVpnServerConfigurationRadiusSecretsArgs args, InvokeOptions? opts = null)
public static Output<ListVpnServerConfigurationRadiusSecretsResult> Invoke(ListVpnServerConfigurationRadiusSecretsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListVpnServerConfigurationRadiusSecretsResult> listVpnServerConfigurationRadiusSecrets(ListVpnServerConfigurationRadiusSecretsArgs args, InvokeOptions options)
public static Output<ListVpnServerConfigurationRadiusSecretsResult> listVpnServerConfigurationRadiusSecrets(ListVpnServerConfigurationRadiusSecretsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:listVpnServerConfigurationRadiusSecrets
arguments:
# arguments dictionaryThe following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Vpn
Server stringConfiguration Name - The name of the VpnServerConfiguration.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Vpn
Server stringConfiguration Name - The name of the VpnServerConfiguration.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- vpn
Server StringConfiguration Name - The name of the VpnServerConfiguration.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- vpn
Server stringConfiguration Name - The name of the VpnServerConfiguration.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- vpn_
server_ strconfiguration_ name - The name of the VpnServerConfiguration.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- vpn
Server StringConfiguration Name - The name of the VpnServerConfiguration.
listVpnServerConfigurationRadiusSecrets Result
The following output properties are available:
- Next
Link string - URL to get the next set of operation list results if there are any.
- Value
List<Pulumi.
Azure Native. Network. Outputs. Radius Auth Server Response> - List of Radius servers with respective radius secrets.
- Next
Link string - URL to get the next set of operation list results if there are any.
- Value
[]Radius
Auth Server Response - List of Radius servers with respective radius secrets.
- next
Link String - URL to get the next set of operation list results if there are any.
- value
List<Radius
Auth Server Response> - List of Radius servers with respective radius secrets.
- next
Link string - URL to get the next set of operation list results if there are any.
- value
Radius
Auth Server Response[] - 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[Radius
Auth Server Response] - List of Radius servers with respective radius secrets.
- next
Link 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
- Radius
Server stringAddress - Radius server IPAddress
- Radius
Server stringSecret - Radius server secret
- Radius
Server stringAddress - Radius server IPAddress
- Radius
Server stringSecret - Radius server secret
- radius
Server StringAddress - Radius server IPAddress
- radius
Server StringSecret - Radius server secret
- radius
Server stringAddress - Radius server IPAddress
- radius
Server stringSecret - Radius server secret
- radius_
server_ straddress - Radius server IPAddress
- radius_
server_ strsecret - Radius server secret
- radius
Server StringAddress - Radius server IPAddress
- radius
Server StringSecret - Radius server secret
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.10.1 published on Friday, Nov 7, 2025 by Pulumi
