RouteTableUsageMode Enum

Definition

Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'.

public enum RouteTableUsageMode
type RouteTableUsageMode = 
Public Enum RouteTableUsageMode
Inheritance
RouteTableUsageMode

Fields

Name Value Description
ManagedOnly 0

Only route tables managed by the routing configuration will be used.

UseExisting 1

Use existing user-defined route tables already associated with resources.

Applies to