List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.
Uses Azure REST API version 2024-10-01.
Other available API versions: 2025-01-01, 2025-03-01, 2025-05-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 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 dictionaryThe following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Virtual
Network stringGateway Name - The name of the virtual network gateway.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Virtual
Network stringGateway Name - The name of the virtual network gateway.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- virtual
Network StringGateway Name - The name of the virtual network gateway.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- virtual
Network stringGateway Name - The name of the virtual network gateway.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- virtual_
network_ strgateway_ name - The name of the virtual network gateway.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- virtual
Network StringGateway Name - The name of the virtual network gateway.
listVirtualNetworkGatewayRadiusSecrets 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
