| 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<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.
|
P2SVpnConnectionHealthInner |
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.
|
P2SVpnConnectionHealthInner |
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.
|
Mono<P2SVpnConnectionHealthInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
P2SVpnConnectionHealthRequest |
P2SVpnConnectionHealthRequest.withOutputBlobSasUrl(String outputBlobSasUrl)
Set the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.
|
P2SVpnConnectionHealthRequest |
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.