Uses of Class
com.azure.resourcemanager.network.fluent.models.EffectiveRouteListResultInner
Packages that use EffectiveRouteListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of EffectiveRouteListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return EffectiveRouteListResultInnerModifier and TypeMethodDescriptionNetworkInterfacesClient.getEffectiveRouteTable(String resourceGroupName, String networkInterfaceName) Gets all route tables applied to a network interface.NetworkInterfacesClient.getEffectiveRouteTable(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) Gets all route tables applied to a network interface.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type EffectiveRouteListResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>, EffectiveRouteListResultInner> NetworkInterfacesClient.beginGetEffectiveRouteTable(String resourceGroupName, String networkInterfaceName) Gets all route tables applied to a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>, EffectiveRouteListResultInner> NetworkInterfacesClient.beginGetEffectiveRouteTable(String resourceGroupName, String networkInterfaceName) Gets all route tables applied to a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>, EffectiveRouteListResultInner> NetworkInterfacesClient.beginGetEffectiveRouteTable(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) Gets all route tables applied to a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>, EffectiveRouteListResultInner> NetworkInterfacesClient.beginGetEffectiveRouteTable(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) Gets all route tables applied to a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>, EffectiveRouteListResultInner> NetworkInterfacesClient.beginGetEffectiveRouteTableAsync(String resourceGroupName, String networkInterfaceName) Gets all route tables applied to a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveRouteListResultInner>, EffectiveRouteListResultInner> NetworkInterfacesClient.beginGetEffectiveRouteTableAsync(String resourceGroupName, String networkInterfaceName) Gets all route tables applied to a network interface.NetworkInterfacesClient.getEffectiveRouteTableAsync(String resourceGroupName, String networkInterfaceName) Gets all route tables applied to a network interface. -
Uses of EffectiveRouteListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type EffectiveRouteListResultInnerModifier and TypeClassDescriptionfinal classResponse for list effective route API service call.Methods in com.azure.resourcemanager.network.fluent.models that return EffectiveRouteListResultInnerModifier and TypeMethodDescriptionEffectiveRouteListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveRouteListResultInner from the JsonReader.EffectiveRouteListResultInner.withValue(List<EffectiveRoute> value) Set the value property: A list of effective routes.