Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteGatewayListInner
-
Packages that use ExpressRouteGatewayListInner 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 ExpressRouteGatewayListInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteGatewayListInner Modifier and Type Method Description ExpressRouteGatewayListInnerExpressRouteGatewaysClient. listByResourceGroup(String resourceGroupName)Lists ExpressRoute gateways in a given resource group.ExpressRouteGatewayListInnerExpressRouteGatewaysClient. listBySubscription()Lists ExpressRoute gateways under a given subscription.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteGatewayListInner Modifier and Type Method Description Mono<ExpressRouteGatewayListInner>ExpressRouteGatewaysClient. 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.Mono<ExpressRouteGatewayListInner>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
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteGatewayListInner Modifier and Type Method Description ExpressRouteGatewayListInnerExpressRouteGatewayListInner. withValue(List<ExpressRouteGatewayInner> value)Set the value property: List of ExpressRoute gateways.
-