Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteGatewayListInner
Packages that use ExpressRouteGatewayListInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteGatewayListInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteGatewayListInnerModifier and TypeMethodDescriptionExpressRouteGatewaysClient.listByResourceGroup(String resourceGroupName) Lists ExpressRoute gateways in a given resource group.ExpressRouteGatewaysClient.listBySubscription()Lists ExpressRoute gateways under a given subscription.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteGatewayListInnerModifier and TypeMethodDescriptionExpressRouteGatewaysClient.listByResourceGroupAsync(String resourceGroupName) Lists ExpressRoute gateways in a given resource group.com.azure.core.http.rest.Response<ExpressRouteGatewayListInner> ExpressRouteGatewaysClient.listByResourceGroupWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists ExpressRoute gateways in a given resource group.Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayListInner>> ExpressRouteGatewaysClient.listByResourceGroupWithResponseAsync(String resourceGroupName) Lists ExpressRoute gateways in a given resource group.ExpressRouteGatewaysClient.listBySubscriptionAsync()Lists ExpressRoute gateways under a given subscription.com.azure.core.http.rest.Response<ExpressRouteGatewayListInner> ExpressRouteGatewaysClient.listBySubscriptionWithResponse(com.azure.core.util.Context context) Lists ExpressRoute gateways under a given subscription.Mono<com.azure.core.http.rest.Response<ExpressRouteGatewayListInner>> ExpressRouteGatewaysClient.listBySubscriptionWithResponseAsync()Lists ExpressRoute gateways under a given subscription. -
Uses of ExpressRouteGatewayListInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ExpressRouteGatewayListInnerModifier and TypeClassDescriptionfinal classList of ExpressRoute gateways.Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteGatewayListInnerModifier and TypeMethodDescriptionstatic ExpressRouteGatewayListInnerExpressRouteGatewayListInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteGatewayListInner from the JsonReader.ExpressRouteGatewayListInner.withValue(List<ExpressRouteGatewayInner> value) Set the value property: List of ExpressRoute gateways.