RouteTableUsageMode Enum
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.
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. |