Uses of Class
com.azure.resourcemanager.network.models.StaticRoutesConfig
Packages that use StaticRoutesConfig
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of StaticRoutesConfig in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return StaticRoutesConfigModifier and TypeMethodDescriptionVnetRoute.staticRoutesConfig()Get the staticRoutesConfig property: Configuration for static routes on this HubVnetConnection.StaticRoutesConfig.withVnetLocalRouteOverrideCriteria(VnetLocalRouteOverrideCriteria vnetLocalRouteOverrideCriteria) Set the vnetLocalRouteOverrideCriteria property: Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.Methods in com.azure.resourcemanager.network.models with parameters of type StaticRoutesConfigModifier and TypeMethodDescriptionVnetRoute.withStaticRoutesConfig(StaticRoutesConfig staticRoutesConfig) Set the staticRoutesConfig property: Configuration for static routes on this HubVnetConnection.