Microsoft.Network (stable:2024-10-01)

2025/08/30 • 2 new methods

VirtualNetworkGateways_ListRadiusSecrets (new)
Description List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/listRadiusSecrets
{
resourceGroupName: string ,
virtualNetworkGatewayName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
radiusServerAddress: string ,
radiusServerSecret: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
vpnServerConfigurations_ListRadiusSecrets (new)
Description List all Radius servers with respective radius secrets from VpnServerConfiguration.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnServerConfigurations/{vpnServerConfigurationName}/listRadiusSecrets
{
resourceGroupName: string ,
vpnServerConfigurationName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
radiusServerAddress: string ,
radiusServerSecret: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}