Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnClientConnectionHealthDetailListResultInner
Packages that use VpnClientConnectionHealthDetailListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnClientConnectionHealthDetailListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VpnClientConnectionHealthDetailListResultInnerModifier and TypeMethodDescriptionVirtualNetworkGatewaysClient.getVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.getVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VpnClientConnectionHealthDetailListResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> VirtualNetworkGatewaysClient.beginGetVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> VirtualNetworkGatewaysClient.beginGetVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> VirtualNetworkGatewaysClient.beginGetVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> VirtualNetworkGatewaysClient.beginGetVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> VirtualNetworkGatewaysClient.beginGetVpnclientConnectionHealthAsync(String resourceGroupName, String virtualNetworkGatewayName) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> VirtualNetworkGatewaysClient.beginGetVpnclientConnectionHealthAsync(String resourceGroupName, String virtualNetworkGatewayName) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.getVpnclientConnectionHealthAsync(String resourceGroupName, String virtualNetworkGatewayName) Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified resource group. -
Uses of VpnClientConnectionHealthDetailListResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnClientConnectionHealthDetailListResultInnerModifier and TypeMethodDescriptionVpnClientConnectionHealthDetailListResultInner.withValue(List<VpnClientConnectionHealthDetail> value) Set the value property: List of vpn client connection health.