Uses of Class
com.azure.resourcemanager.network.models.VpnClientConfiguration
Packages that use VpnClientConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnClientConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnClientConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.vpnClientConfiguration()Get the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.VirtualNetworkGatewayPropertiesFormat.vpnClientConfiguration()Get the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnClientConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withVpnClientConfiguration(VpnClientConfiguration vpnClientConfiguration) Set the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations.VirtualNetworkGatewayPropertiesFormat.withVpnClientConfiguration(VpnClientConfiguration vpnClientConfiguration) Set the vpnClientConfiguration property: The reference to the VpnClientConfiguration resource which represents the P2S VpnClient configurations. -
Uses of VpnClientConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnClientConfigurationModifier and TypeMethodDescriptionstatic VpnClientConfigurationVpnClientConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnClientConfiguration from the JsonReader.VirtualNetworkGateway.vpnClientConfiguration()Gets the reference of the VpnClientConfiguration resource which represents the P2S VpnClient configurations.VpnClientConfiguration.withAadAudience(String aadAudience) Set the aadAudience property: The AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.VpnClientConfiguration.withAadIssuer(String aadIssuer) Set the aadIssuer property: The AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.VpnClientConfiguration.withAadTenant(String aadTenant) Set the aadTenant property: The AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication.VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress) Set the radiusServerAddress property: The radius server address property of the VirtualNetworkGateway resource for vpn client connection.VpnClientConfiguration.withRadiusServers(List<RadiusServer> radiusServers) Set the radiusServers property: The radiusServers property for multiple radius server configuration.VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret) Set the radiusServerSecret property: The radius secret property of the VirtualNetworkGateway resource for vpn client connection.VpnClientConfiguration.withVngClientConnectionConfigurations(List<VngClientConnectionConfiguration> vngClientConnectionConfigurations) Set the vngClientConnectionConfigurations property: per ip address pool connection policy for virtual network gateway P2S client.VpnClientConfiguration.withVpnAuthenticationTypes(List<VpnAuthenticationType> vpnAuthenticationTypes) Set the vpnAuthenticationTypes property: VPN authentication types for the virtual network gateway..VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.VpnClientConfiguration.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies) Set the vpnClientIpsecPolicies property: VpnClientIpsecPolicies for virtual network gateway P2S client.VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols) Set the vpnClientProtocols property: VpnClientProtocols for Virtual network gateway.VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates) Set the vpnClientRevokedCertificates property: VpnClientRevokedCertificate for Virtual network gateway.VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates) Set the vpnClientRootCertificates property: VpnClientRootCertificate for virtual network gateway.