Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteGatewayProperties
Packages that use ExpressRouteGatewayProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteGatewayProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteGatewayPropertiesModifier and TypeMethodDescriptionExpressRouteGatewayProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteGatewayProperties from the JsonReader.ExpressRouteGatewayProperties.withAllowNonVirtualWanTraffic(Boolean allowNonVirtualWanTraffic) Set the allowNonVirtualWanTraffic property: Configures this gateway to accept traffic from non Virtual WAN networks.ExpressRouteGatewayProperties.withAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration) Set the autoScaleConfiguration property: Configuration for auto scaling.ExpressRouteGatewayProperties.withExpressRouteConnections(List<ExpressRouteConnectionInner> expressRouteConnections) Set the expressRouteConnections property: List of ExpressRoute connections to the ExpressRoute gateway.ExpressRouteGatewayProperties.withVirtualHub(VirtualHubId virtualHub) Set the virtualHub property: The Virtual Hub where the ExpressRoute gateway is or will be deployed.