| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RouteType |
VnetRouteProperties.routeType()
Get 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
|
RouteType |
VnetRouteInner.routeType()
Get 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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
VnetRouteInner |
VnetRouteInner.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
|
| Modifier and Type | Field and Description |
|---|---|
static RouteType |
RouteType.DEFAULT
Static value DEFAULT for RouteType.
|
static RouteType |
RouteType.INHERITED
Static value INHERITED for RouteType.
|
static RouteType |
RouteType.STATIC
Static value STATIC for RouteType.
|
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
RouteType.fromString(String name)
Creates or finds a RouteType from its string representation.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.