RoutePolicyStatementProperties Constructor
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 RoutePolicyStatementProperties.
public RoutePolicyStatementProperties (long sequenceNumber, Azure.ResourceManager.ManagedNetworkFabric.Models.StatementConditionProperties condition, Azure.ResourceManager.ManagedNetworkFabric.Models.StatementActionProperties action);
new Azure.ResourceManager.ManagedNetworkFabric.Models.RoutePolicyStatementProperties : int64 * Azure.ResourceManager.ManagedNetworkFabric.Models.StatementConditionProperties * Azure.ResourceManager.ManagedNetworkFabric.Models.StatementActionProperties -> Azure.ResourceManager.ManagedNetworkFabric.Models.RoutePolicyStatementProperties
Public Sub New (sequenceNumber As Long, condition As StatementConditionProperties, action As StatementActionProperties)
Parameters
- sequenceNumber
- Int64
Sequence to insert to/delete from existing route.
- condition
- StatementConditionProperties
Route policy condition properties.
- action
- StatementActionProperties
Route policy action properties.
Exceptions
condition
or action
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET