| 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<VpnProfileResponseInner>,VpnProfileResponseInner> |
NetworkManagementClient.beginGeneratevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
NetworkManagementClient.beginGeneratevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams,
com.azure.core.util.Context context)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
NetworkManagementClient.beginGeneratevirtualwanvpnserverconfigurationvpnprofileAsync(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
VpnProfileResponseInner |
NetworkManagementClient.generatevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
VpnProfileResponseInner |
NetworkManagementClient.generatevirtualwanvpnserverconfigurationvpnprofile(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams,
com.azure.core.util.Context context)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
Mono<VpnProfileResponseInner> |
NetworkManagementClient.generatevirtualwanvpnserverconfigurationvpnprofileAsync(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkManagementClient.generatevirtualwanvpnserverconfigurationvpnprofileWithResponseAsync(String resourceGroupName,
String virtualWanName,
VirtualWanVpnProfileParameters vpnClientParams)
Generates a unique VPN profile for P2S clients for VirtualWan and associated VpnServerConfiguration combination
in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualWanVpnProfileParameters |
VirtualWanVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
VirtualWanVpnProfileParameters |
VirtualWanVpnProfileParameters.withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)
Set the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which
VirtualWan is associated to.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.