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.
A class representing the Route data model. Route resource.
public class RouteData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.RouteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.RouteData>
public class RouteData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData
type RouteData = class
inherit NetworkWritableResourceData
interface IJsonModel<RouteData>
interface IPersistableModel<RouteData>
type RouteData = class
inherit NetworkWritableResourceData
Public Class RouteData
Inherits NetworkWritableResourceData
Implements IJsonModel(Of RouteData), IPersistableModel(Of RouteData)
Public Class RouteData
Inherits NetworkWritableResourceData
- Inheritance
- Implements
Constructors
RouteData() |
Initializes a new instance of RouteData. |
Properties
AddressPrefix |
The destination CIDR to which the route applies. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
HasBgpOverride |
A value indicating whether this route overrides overlapping BGP routes regardless of LPM. |
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. |
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) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET