| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VnetRouteProperties |
VnetRouteProperties.withEndAddress(String endAddress)
Set the endAddress property: The ending address for this route.
|
VnetRouteProperties |
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
|
VnetRouteProperties |
VnetRouteProperties.withStartAddress(String startAddress)
Set the startAddress property: The starting address for this route.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.