Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetRouteProperties
Packages that use VnetRouteProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of VnetRouteProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetRoutePropertiesModifier and TypeMethodDescriptionstatic VnetRouteProperties
VnetRouteProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetRouteProperties from the JsonReader.VnetRouteProperties.withEndAddress
(String endAddress) Set the endAddress property: The ending address for this route.VnetRouteProperties.withRouteType
(RouteType routeType) Set the routeType property: The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only These values will be used for syncing an app's routes with those from a Virtual Network.VnetRouteProperties.withStartAddress
(String startAddress) Set the startAddress property: The starting address for this route.