| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.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.
|
String |
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.
|
String |
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.
|
Mono<String> |
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.
|
String |
VirtualNetworkGatewaysClient.generateVpnProfile(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
String |
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.
|
Mono<String> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientParameters |
VpnClientParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
VpnClientParameters |
VpnClientParameters.withClientRootCertificates(List<String> clientRootCertificates)
Set the clientRootCertificates property: A list of client root certificates public certificate data encoded as
Base-64 strings.
|
VpnClientParameters |
VpnClientParameters.withProcessorArchitecture(ProcessorArchitecture processorArchitecture)
Set the processorArchitecture property: VPN client Processor Architecture.
|
VpnClientParameters |
VpnClientParameters.withRadiusServerAuthCertificate(String radiusServerAuthCertificate)
Set the radiusServerAuthCertificate property: The public certificate data for the radius server authentication
certificate as a Base-64 encoded string.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.