Uses of Class
com.azure.resourcemanager.network.models.VpnClientParameters
Packages that use VpnClientParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnClientParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnClientParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginGeneratevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginGeneratevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginGeneratevpnclientpackageAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginGenerateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginGenerateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginGenerateVpnProfileAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.generatevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.generatevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.generatevpnclientpackageAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewaysClient.generatevpnclientpackageWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.generateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.generateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.generateVpnProfileAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewaysClient.generateVpnProfileWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters) Generates VPN profile for P2S client of the virtual network gateway in the specified resource group. -
Uses of VpnClientParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnClientParametersModifier and TypeClassDescriptionfinal classVpn Client Parameters for package generation.Methods in com.azure.resourcemanager.network.models that return VpnClientParametersModifier and TypeMethodDescriptionstatic VpnClientParametersVpnClientParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnClientParameters from the JsonReader.VpnClientParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: VPN client authentication method.VpnClientParameters.withClientRootCertificates(List<String> clientRootCertificates) Set the clientRootCertificates property: A list of client root certificates public certificate data encoded as Base-64 strings.VpnClientParameters.withProcessorArchitecture(ProcessorArchitecture processorArchitecture) Set the processorArchitecture property: VPN client Processor Architecture.VpnClientParameters.withRadiusServerAuthCertificate(String radiusServerAuthCertificate) Set the radiusServerAuthCertificate property: The public certificate data for the radius server authentication certificate as a Base-64 encoded string.