| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
VpnProfileResponseInner |
P2SVpnGatewaysClient.generateVpnProfile(String resourceGroupName,
String gatewayName)
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
VpnProfileResponseInner |
P2SVpnGatewaysClient.generateVpnProfile(String resourceGroupName,
String gatewayName,
AuthenticationMethod authenticationMethod)
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
VpnProfileResponseInner |
P2SVpnGatewaysClient.generateVpnProfile(String resourceGroupName,
String gatewayName,
AuthenticationMethod authenticationMethod,
com.azure.core.util.Context context)
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
VpnProfileResponseInner |
VpnProfileResponseInner.withProfileUrl(String profileUrl)
Set the profileUrl property: URL to the VPN profile.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.