ArmNetworkModelFactory.StaticRoutesConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of StaticRoutesConfig.
public static Azure.ResourceManager.Network.Models.StaticRoutesConfig StaticRoutesConfig (bool? propagateStaticRoutes = default, Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion? vnetLocalRouteOverrideCriteria = default);
static member StaticRoutesConfig : Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.VnetLocalRouteOverrideCriterion> -> Azure.ResourceManager.Network.Models.StaticRoutesConfig
Public Shared Function StaticRoutesConfig (Optional propagateStaticRoutes As Nullable(Of Boolean) = Nothing, Optional vnetLocalRouteOverrideCriteria As Nullable(Of VnetLocalRouteOverrideCriterion) = Nothing) As StaticRoutesConfig
Parameters
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
- vnetLocalRouteOverrideCriteria
- Nullable<VnetLocalRouteOverrideCriterion>
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
Returns
A new StaticRoutesConfig instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET