| 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> |
P2SVpnGatewaysClient.beginGenerateVpnProfile(String resourceGroupName,
String gatewayName,
AuthenticationMethod authenticationMethod)
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
P2SVpnGatewaysClient.beginGenerateVpnProfile(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
P2SVpnGatewaysClient.beginGenerateVpnProfileAsync(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)
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.
|
Mono<VpnProfileResponseInner> |
P2SVpnGatewaysClient.generateVpnProfileAsync(String resourceGroupName,
String gatewayName,
AuthenticationMethod authenticationMethod)
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
P2SVpnGatewaysClient.generateVpnProfileWithResponseAsync(String resourceGroupName,
String gatewayName,
AuthenticationMethod authenticationMethod)
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.EAPMSCHAPV2
Static value EAPMSCHAPv2 for AuthenticationMethod.
|
static AuthenticationMethod |
AuthenticationMethod.EAPTLS
Static value EAPTLS for AuthenticationMethod.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
P2SVpnProfileParameters.authenticationMethod()
Get the authenticationMethod property: VPN client authentication method.
|
AuthenticationMethod |
VirtualWanVpnProfileParameters.authenticationMethod()
Get the authenticationMethod property: VPN client authentication method.
|
AuthenticationMethod |
VpnClientParameters.authenticationMethod()
Get the authenticationMethod property: VPN client authentication method.
|
static AuthenticationMethod |
AuthenticationMethod.fromString(String name)
Creates or finds a AuthenticationMethod from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
P2SVpnProfileParameters |
P2SVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
VirtualWanVpnProfileParameters |
VirtualWanVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
VpnClientParameters |
VpnClientParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.