Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnServerConfigurationProperties
Packages that use VpnServerConfigurationProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnServerConfigurationProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnServerConfigurationPropertiesModifier and TypeMethodDescriptionVpnServerConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnServerConfigurationProperties from the JsonReader.VpnServerConfigurationProperties.withAadAuthenticationParameters(AadAuthenticationParameters aadAuthenticationParameters) Set the aadAuthenticationParameters property: The set of aad vpn authentication parameters.VpnServerConfigurationProperties.withConfigurationPolicyGroups(List<VpnServerConfigurationPolicyGroupInner> configurationPolicyGroups) Set the configurationPolicyGroups property: List of all VpnServerConfigurationPolicyGroups.Set the name property: The name of the VpnServerConfiguration that is unique within a resource group.VpnServerConfigurationProperties.withRadiusClientRootCertificates(List<VpnServerConfigRadiusClientRootCertificate> radiusClientRootCertificates) Set the radiusClientRootCertificates property: Radius client root certificate of VpnServerConfiguration.VpnServerConfigurationProperties.withRadiusServerAddress(String radiusServerAddress) Set the radiusServerAddress property: The radius server address property of the VpnServerConfiguration resource for point to site client connection.VpnServerConfigurationProperties.withRadiusServerRootCertificates(List<VpnServerConfigRadiusServerRootCertificate> radiusServerRootCertificates) Set the radiusServerRootCertificates property: Radius Server root certificate of VpnServerConfiguration.VpnServerConfigurationProperties.withRadiusServers(List<RadiusServer> radiusServers) Set the radiusServers property: Multiple Radius Server configuration for VpnServerConfiguration.VpnServerConfigurationProperties.withRadiusServerSecret(String radiusServerSecret) Set the radiusServerSecret property: The radius secret property of the VpnServerConfiguration resource for point to site client connection.VpnServerConfigurationProperties.withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes) Set the vpnAuthenticationTypes property: VPN authentication types for the VpnServerConfiguration.VpnServerConfigurationProperties.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies) Set the vpnClientIpsecPolicies property: VpnClientIpsecPolicies for VpnServerConfiguration.VpnServerConfigurationProperties.withVpnClientRevokedCertificates(List<VpnServerConfigVpnClientRevokedCertificate> vpnClientRevokedCertificates) Set the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration.VpnServerConfigurationProperties.withVpnClientRootCertificates(List<VpnServerConfigVpnClientRootCertificate> vpnClientRootCertificates) Set the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.VpnServerConfigurationProperties.withVpnProtocols(List<VpnGatewayTunnelingProtocol> vpnProtocols) Set the vpnProtocols property: VPN protocols for the VpnServerConfiguration.