Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteConnectionListInner
Packages that use ExpressRouteConnectionListInner
Package
Description
Package containing the service clients for NetworkManagementClient.
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 ExpressRouteConnectionListInnerModifier and TypeMethodDescriptionLists ExpressRouteConnections.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteConnectionListInnerModifier and TypeMethodDescriptionLists 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
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ExpressRouteConnectionListInnerModifier and TypeClassDescriptionfinal classExpressRouteConnection list.Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteConnectionListInnerModifier and TypeMethodDescriptionExpressRouteConnectionListInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteConnectionListInner from the JsonReader.ExpressRouteConnectionListInner.withValue(List<ExpressRouteConnectionInner> value) Set the value property: The list of ExpressRoute connections.