RouteData Class
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.
Compatibility declaration for the RouteData type.
public class RouteData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.RouteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.RouteData>
type RouteData = class
inherit NetworkWritableResourceData
interface IJsonModel<RouteData>
interface IPersistableModel<RouteData>
Public Class RouteData
Inherits NetworkWritableResourceData
Implements IJsonModel(Of RouteData), IPersistableModel(Of RouteData)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RouteData() |
Initializes a new instance of RouteData. |
Properties
| Name | Description |
|---|---|
| AddressPrefix |
The destination CIDR to which the route applies. |
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| HasBgpOverride |
Gets or sets the HasBgpOverride compatibility property. |
| Id |
Resource ID. (Inherited from NetworkWritableResourceData) |
| Name |
Resource name. (Inherited from NetworkWritableResourceData) |
| NextHopIPAddress |
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. |
| NextHopIpAddresses |
List of next hop IP addresses for ECMP routing. Must contain between 2 and 64 IP addresses. |
| NextHopType |
The type of Azure hop the packet should be sent to. |
| ProvisioningState |
The provisioning state of the route resource. |
| ResourceType |
Resource type. (Inherited from NetworkWritableResourceData) |