Uses of Class
com.azure.resourcemanager.network.fluent.models.RadiusAuthServerListResultInner
Packages that use RadiusAuthServerListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of RadiusAuthServerListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return RadiusAuthServerListResultInnerModifier and TypeMethodDescriptionVirtualNetworkGatewaysClient.listRadiusSecrets(String resourceGroupName, String virtualNetworkGatewayName) List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.VpnServerConfigurationsClient.listRadiusSecrets(String resourceGroupName, String vpnServerConfigurationName) List all Radius servers with respective radius secrets from VpnServerConfiguration.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type RadiusAuthServerListResultInnerModifier and TypeMethodDescriptionVirtualNetworkGatewaysClient.listRadiusSecretsAsync(String resourceGroupName, String virtualNetworkGatewayName) List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.VpnServerConfigurationsClient.listRadiusSecretsAsync(String resourceGroupName, String vpnServerConfigurationName) List all Radius servers with respective radius secrets from VpnServerConfiguration.com.azure.core.http.rest.Response<RadiusAuthServerListResultInner> VirtualNetworkGatewaysClient.listRadiusSecretsWithResponse(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context) List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.com.azure.core.http.rest.Response<RadiusAuthServerListResultInner> VpnServerConfigurationsClient.listRadiusSecretsWithResponse(String resourceGroupName, String vpnServerConfigurationName, com.azure.core.util.Context context) List all Radius servers with respective radius secrets from VpnServerConfiguration.Mono<com.azure.core.http.rest.Response<RadiusAuthServerListResultInner>> VirtualNetworkGatewaysClient.listRadiusSecretsWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName) List all Radius servers with respective radius secrets from virtual network gateway VpnClientConfiguration.Mono<com.azure.core.http.rest.Response<RadiusAuthServerListResultInner>> VpnServerConfigurationsClient.listRadiusSecretsWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName) List all Radius servers with respective radius secrets from VpnServerConfiguration. -
Uses of RadiusAuthServerListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type RadiusAuthServerListResultInnerModifier and TypeClassDescriptionfinal classList of Radius servers with respective radius secrets.Methods in com.azure.resourcemanager.network.fluent.models that return RadiusAuthServerListResultInnerModifier and TypeMethodDescriptionRadiusAuthServerListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RadiusAuthServerListResultInner from the JsonReader.RadiusAuthServerListResultInner.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of operation list results if there are any.RadiusAuthServerListResultInner.withValue(List<RadiusAuthServer> value) Set the value property: List of Radius servers with respective radius secrets.