Uses of Class
com.azure.resourcemanager.network.models.P2SVpnProfileParameters
Packages that use P2SVpnProfileParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of P2SVpnProfileParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type P2SVpnProfileParametersModifier and TypeMethodDescriptioncom.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.P2SVpnGatewaysClient.generateVpnProfile(String resourceGroupName, String gatewayName, P2SVpnProfileParameters parameters) Generates VPN profile for P2S client of the P2SVpnGateway in the specified resource group.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.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. -
Uses of P2SVpnProfileParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return P2SVpnProfileParametersModifier and TypeMethodDescriptionstatic P2SVpnProfileParametersP2SVpnProfileParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of P2SVpnProfileParameters from the JsonReader.P2SVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod) Set the authenticationMethod property: VPN client authentication method.