public final class VnetRoute extends Object
| Constructor and Description |
|---|
VnetRoute() |
| Modifier and Type | Method and Description |
|---|---|
List<StaticRoute> |
staticRoutes()
Get the staticRoutes property: List of all Static Routes.
|
void |
validate()
Validates the instance.
|
VnetRoute |
withStaticRoutes(List<StaticRoute> staticRoutes)
Set the staticRoutes property: List of all Static Routes.
|
public List<StaticRoute> staticRoutes()
public VnetRoute withStaticRoutes(List<StaticRoute> staticRoutes)
staticRoutes - the staticRoutes value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.