Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteConnectionListInner
-
Packages that use ExpressRouteConnectionListInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of ExpressRouteConnectionListInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteConnectionListInner Modifier and Type Method Description ExpressRouteConnectionListInnerExpressRouteConnectionsClient. list(String resourceGroupName, String expressRouteGatewayName)Lists ExpressRouteConnections.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteConnectionListInner Modifier and Type Method Description Mono<ExpressRouteConnectionListInner>ExpressRouteConnectionsClient. listAsync(String resourceGroupName, String expressRouteGatewayName)Lists ExpressRouteConnections.com.azure.core.http.rest.Response<ExpressRouteConnectionListInner>ExpressRouteConnectionsClient. listWithResponse(String resourceGroupName, String expressRouteGatewayName, com.azure.core.util.Context context)Lists ExpressRouteConnections.Mono<com.azure.core.http.rest.Response<ExpressRouteConnectionListInner>>ExpressRouteConnectionsClient. listWithResponseAsync(String resourceGroupName, String expressRouteGatewayName)Lists ExpressRouteConnections. -
Uses of ExpressRouteConnectionListInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteConnectionListInner Modifier and Type Method Description ExpressRouteConnectionListInnerExpressRouteConnectionListInner. withValue(List<ExpressRouteConnectionInner> value)Set the value property: The list of ExpressRoute connections.
-