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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET