Uses of Class
com.azure.resourcemanager.network.fluent.models.BgpPeerStatusListResultInner
Packages that use BgpPeerStatusListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of BgpPeerStatusListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return BgpPeerStatusListResultInnerModifier and TypeMethodDescriptionVirtualNetworkGatewaysClient.getBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName) The GetBgpPeerStatus operation retrieves the status of all BGP peers.VirtualNetworkGatewaysClient.getBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context) The GetBgpPeerStatus operation retrieves the status of all BGP peers.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BgpPeerStatusListResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer) The GetBgpPeerStatus operation retrieves the status of all BGP peers.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>, BgpPeerStatusListResultInner> VirtualNetworkGatewaysClient.beginGetBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer) The GetBgpPeerStatus operation retrieves the status of all BGP peers.VirtualNetworkGatewaysClient.getBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName) The GetBgpPeerStatus operation retrieves the status of all BGP peers.VirtualNetworkGatewaysClient.getBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer) The GetBgpPeerStatus operation retrieves the status of all BGP peers. -
Uses of BgpPeerStatusListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type BgpPeerStatusListResultInnerModifier and TypeClassDescriptionfinal classResponse for list BGP peer status API service call.Methods in com.azure.resourcemanager.network.fluent.models that return BgpPeerStatusListResultInnerModifier and TypeMethodDescriptionstatic BgpPeerStatusListResultInnerBgpPeerStatusListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BgpPeerStatusListResultInner from the JsonReader.BgpPeerStatusListResultInner.withValue(List<BgpPeerStatus> value) Set the value property: List of BGP peers.