Uses of Class
com.azure.resourcemanager.network.models.P2SVpnConnectionRequest
Packages that use P2SVpnConnectionRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of P2SVpnConnectionRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type P2SVpnConnectionRequestModifier and TypeMethodDescriptionP2SVpnGatewaysClient.beginDisconnectP2SVpnConnections(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.P2SVpnGatewaysClient.beginDisconnectP2SVpnConnections(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request, com.azure.core.util.Context context) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.P2SVpnGatewaysClient.beginDisconnectP2SVpnConnectionsAsync(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.VirtualNetworkGatewaysClient.beginDisconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request) Disconnect vpn connections of virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.beginDisconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request, com.azure.core.util.Context context) Disconnect vpn connections of virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.beginDisconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request) Disconnect vpn connections of virtual network gateway in the specified resource group.voidP2SVpnGatewaysClient.disconnectP2SVpnConnections(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.voidP2SVpnGatewaysClient.disconnectP2SVpnConnections(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request, com.azure.core.util.Context context) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.P2SVpnGatewaysClient.disconnectP2SVpnConnectionsAsync(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> P2SVpnGatewaysClient.disconnectP2SVpnConnectionsWithResponseAsync(String resourceGroupName, String p2SVpnGatewayName, P2SVpnConnectionRequest request) Disconnect P2S vpn connections of the virtual wan P2SVpnGateway in the specified resource group.voidVirtualNetworkGatewaysClient.disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request) Disconnect vpn connections of virtual network gateway in the specified resource group.voidVirtualNetworkGatewaysClient.disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request, com.azure.core.util.Context context) Disconnect vpn connections of virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.disconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request) Disconnect vpn connections of virtual network gateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewaysClient.disconnectVirtualNetworkGatewayVpnConnectionsWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, P2SVpnConnectionRequest request) Disconnect vpn connections of virtual network gateway in the specified resource group. -
Uses of P2SVpnConnectionRequest in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type P2SVpnConnectionRequestModifier and TypeClassDescriptionfinal classList of p2s vpn connections to be disconnected.Methods in com.azure.resourcemanager.network.models that return P2SVpnConnectionRequestModifier and TypeMethodDescriptionstatic P2SVpnConnectionRequestP2SVpnConnectionRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of P2SVpnConnectionRequest from the JsonReader.P2SVpnConnectionRequest.withVpnConnectionIds(List<String> vpnConnectionIds) Set the vpnConnectionIds property: List of p2s vpn connection Ids.