Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualHubEffectiveRouteListInner
Packages that use VirtualHubEffectiveRouteListInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualHubEffectiveRouteListInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VirtualHubEffectiveRouteListInnerModifier and TypeMethodDescriptionVirtualHubsClient.getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName) Gets the effective routes configured for the Virtual Hub resource or the specified resource .VirtualHubsClient.getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context) Gets the effective routes configured for the Virtual Hub resource or the specified resource .Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VirtualHubEffectiveRouteListInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters) Gets the effective routes configured for the Virtual Hub resource or the specified resource .VirtualHubsClient.getEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName) Gets the effective routes configured for the Virtual Hub resource or the specified resource .VirtualHubsClient.getEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters) Gets the effective routes configured for the Virtual Hub resource or the specified resource . -
Uses of VirtualHubEffectiveRouteListInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualHubEffectiveRouteListInnerModifier and TypeMethodDescriptionVirtualHubEffectiveRouteListInner.withValue(List<VirtualHubEffectiveRoute> value) Set the value property: The list of effective routes configured on the virtual hub or the specified resource.