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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET