com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnProfileResponseInner>,VpnProfileResponseInner> |
P2SVpnGatewaysClient.beginGenerateVpnProfile(String resourceGroupName,
String gatewayName,
P2SVpnProfileParameters parameters) |
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,
P2SVpnProfileParameters parameters,
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,
P2SVpnProfileParameters parameters) |
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
VpnProfileResponseInner |
P2SVpnGatewaysClient.generateVpnProfile(String resourceGroupName,
String gatewayName,
P2SVpnProfileParameters parameters) |
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|
VpnProfileResponseInner |
P2SVpnGatewaysClient.generateVpnProfile(String resourceGroupName,
String gatewayName,
P2SVpnProfileParameters parameters,
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,
P2SVpnProfileParameters parameters) |
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,
P2SVpnProfileParameters parameters) |
Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.
|