RoutePropertiesFormat 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.
Route resource.
public class RoutePropertiesFormat
type RoutePropertiesFormat = class
Public Class RoutePropertiesFormat
- Inheritance
-
RoutePropertiesFormat
Constructors
| Name | Description |
|---|---|
| RoutePropertiesFormat() |
Initializes a new instance of the RoutePropertiesFormat class. |
| RoutePropertiesFormat(String, String, String, String) |
Initializes a new instance of the RoutePropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| AddressPrefix |
Gets or sets the destination CIDR to which the route applies. |
| NextHopIPAddress |
Gets or sets the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. |
| NextHopType |
Gets or sets the type of Azure hop the packet should be sent to. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None' |
| ProvisioningState |
Gets the provisioning state of the route resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |