Uses of Class
com.azure.resourcemanager.network.models.P2SVpnConnectionHealthRequest
Packages that use P2SVpnConnectionHealthRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of P2SVpnConnectionHealthRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type P2SVpnConnectionHealthRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<P2SVpnConnectionHealthInner>, P2SVpnConnectionHealthInner> P2SVpnGatewaysClient.beginGetP2SVpnConnectionHealthDetailed(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<P2SVpnConnectionHealthInner>, P2SVpnConnectionHealthInner> P2SVpnGatewaysClient.beginGetP2SVpnConnectionHealthDetailed(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request, com.azure.core.util.Context context) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<P2SVpnConnectionHealthInner>, P2SVpnConnectionHealthInner> P2SVpnGatewaysClient.beginGetP2SVpnConnectionHealthDetailedAsync(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.P2SVpnGatewaysClient.getP2SVpnConnectionHealthDetailed(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.P2SVpnGatewaysClient.getP2SVpnConnectionHealthDetailed(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request, com.azure.core.util.Context context) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.P2SVpnGatewaysClient.getP2SVpnConnectionHealthDetailedAsync(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> P2SVpnGatewaysClient.getP2SVpnConnectionHealthDetailedWithResponseAsync(String resourceGroupName, String gatewayName, P2SVpnConnectionHealthRequest request) Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group. -
Uses of P2SVpnConnectionHealthRequest in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return P2SVpnConnectionHealthRequestModifier and TypeMethodDescriptionP2SVpnConnectionHealthRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of P2SVpnConnectionHealthRequest from the JsonReader.P2SVpnConnectionHealthRequest.withOutputBlobSasUrl(String outputBlobSasUrl) Set the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.P2SVpnConnectionHealthRequest.withVpnUserNamesFilter(List<String> vpnUserNamesFilter) Set the vpnUserNamesFilter property: The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.